Skip to content

Commit

Permalink
Update the dependabot config (#258)
Browse files Browse the repository at this point in the history
* experiment with the dependabot config

* more updates

* updates
  • Loading branch information
devoncarew authored May 2, 2024
1 parent 74942f6 commit 9f6d4a9
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
version: 2

updates:
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: github-actions
directory: /
schedule:
interval: "monthly"
interval: monthly
labels:
- "autosubmit"
- autosubmit
groups:
dependencies:
patterns: ["*"]
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]

0 comments on commit 9f6d4a9

Please # to comment.