Skip to content

Commit

Permalink
Merge pull request #1311 from flux-iac/enable-dependabot-for-gh-actions
Browse files Browse the repository at this point in the history
Enable dependabot for github actions
  • Loading branch information
akselleirv authored Jun 4, 2024
2 parents 5b0ef4e + 921a2cb commit 36c4d22
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 36c4d22

Please sign in to comment.