Skip to content

Commit

Permalink
ci: let dependabot update the submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed May 31, 2024
1 parent aedac3a commit 48bef7a
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: github-actions
directory: /
schedule:
interval: "weekly"
interval: weekly
day: saturday
commit-message:
prefix: "ci"
prefix: ci
groups:
actions:
patterns:
- "*"
patterns: ["*"]
labels: [dependencies]
open-pull-requests-limit: 1
- package-ecosystem: gitsubmodule
directory: /
schedule:
interval: weekly
day: sunday
commit-message:
prefix: build
labels: [dependencies]
open-pull-requests-limit: 1

0 comments on commit 48bef7a

Please sign in to comment.