Skip to content

Commit

Permalink
Run Dependabot for all actions
Browse files Browse the repository at this point in the history
Create a single PR with all updates to avoid too much noise with
multiple PRs.
  • Loading branch information
nineinchnick committed Sep 16, 2024
1 parent 3580c9f commit a93e8c5
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/block-commits"
directories:
- "/action-surefire-report"
- "/block-commits"
- "/github-app-token"
- "/slash-command-dispatch"
schedule:
interval: "monthly"
groups:
dependency-updates:
applies-to: version-updates
update-types:
- major
- minor
- patch
security-updates:
applies-to: security-updates
dependency-type: production
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit a93e8c5

Please sign in to comment.