Skip to content

Commit

Permalink
Merge pull request #103 from mgeisler/enable-dependabot
Browse files Browse the repository at this point in the history
Enable dependabot updates
  • Loading branch information
mgeisler committed Mar 13, 2024
2 parents f792805 + 3e7be1f commit e92597b
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:
update-types:
- minor
patch:
update-types:
- patch
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly

0 comments on commit e92597b

Please sign in to comment.