Skip to content

Commit

Permalink
Merge pull request #141 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 8349576 + 603e0ef commit 011de4e
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 011de4e

Please sign in to comment.