Skip to content

Commit

Permalink
feat: introduce dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Jul 24, 2024
1 parent bf13d61 commit 624e7c7
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 @@
version: 2

updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
- package-ecosystem: cargo
directory: /
schedule:
interval: daily
ignore:
- dependency-name: "*"
# patch and minor updates don't matter for libraries
# remove this ignore rule if your package has binaries
update-types:
- "version-update:semver-patch"
- "version-update:semver-minor"

0 comments on commit 624e7c7

Please sign in to comment.