Skip to content

Commit

Permalink
Merge pull request #82 from mgeisler/dependabot
Browse files Browse the repository at this point in the history
Enable Dependabot
  • Loading branch information
mgeisler authored Jan 21, 2024
2 parents 30faf6f + 6dec785 commit 388c782
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 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: cargo
directory: /
schedule:
interval: weekly
commit-message:
prefix: cargo
groups:
minor-updates:
update-types:
- minor
patch-updates:
update-types:
- patch
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly

0 comments on commit 388c782

Please sign in to comment.