Skip to content

Commit

Permalink
Merge pull request #565 from mgeisler/configure-dependabot
Browse files Browse the repository at this point in the history
Configure automatic Dependabot updates
  • Loading branch information
mgeisler authored Oct 1, 2024
2 parents fd2c9af + 839aa73 commit 892d0ba
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly

- package-ecosystem: cargo
directory: /
schedule:
interval: monthly
ignore:
- dependency-name: "*"
update-types:
- "version-update:semver-patch"

0 comments on commit 892d0ba

Please sign in to comment.