Skip to content

Commit

Permalink
Enable dependabot for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
akselleirv committed Jun 4, 2024
1 parent 5b0ef4e commit 921a2cb
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,18 @@ updates:
update-types:
- "major"


# maintain dependencies for github actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
# Only do security updates not version updates.
open-pull-requests-limit: 0
groups:
gh-patch:
update-types:
- "patch"
gh-minor:
update-types:
- "minor"
gh-major:
update-types:
- "major"

0 comments on commit 921a2cb

Please sign in to comment.