Skip to content

Commit

Permalink
Added GitHub actions to dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanks91 committed Aug 8, 2024
1 parent 6f4ceb8 commit 78191e5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,23 @@ updates:
labels:
- "patch"
- "dependencies"
open-pull-requests-limit: 0

# Update GitHub actions in workflows
- package-ecosystem: github-actions
directory: /
# Every week
schedule:
interval: weekly

labels:
- "patch"
- "dependencies"

groups:
# Group updates into fewer pull requests
gh-security-updates:
applies-to: security-updates
patterns:
- "*"
open-pull-requests-limit: 0

0 comments on commit 78191e5

Please sign in to comment.