Skip to content

Commit

Permalink
feat(ci): add dependabot to keep GH Actions up to date
Browse files Browse the repository at this point in the history
Limit bot to update only monthly to avoid spam and save resources.
Also group to one PR to limit PR spam.
  • Loading branch information
Rotzbua committed Oct 28, 2024
1 parent 5cf7ef8 commit dba131f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
groups:
github-actions:
patterns:
- "*"

0 comments on commit dba131f

Please sign in to comment.