Skip to content

Commit

Permalink
Configure Dependabot to update GitHub Actions and Submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl authored Oct 7, 2024
1 parent 016a5f7 commit 7d14e02
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
commit-message:
prefix: "[GitHub Actions] "
open-pull-requests-limit: 10
reviewers:
- "matomo-org/core-reviewers"
pull-request-branch-name:
separator: "-"

- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
groups:
all-submodules:
patterns:
- "*"
commit-message:
prefix: "[Submodules] "
reviewers:
- "matomo-org/core-reviewers"
pull-request-branch-name:
separator: "-"

0 comments on commit 7d14e02

Please sign in to comment.