Skip to content

Commit

Permalink
Merge pull request #27 from ethereum-optimism/refcell/dependabot
Browse files Browse the repository at this point in the history
feat: Dependabot Config
  • Loading branch information
0xKitsune authored Jul 24, 2024
2 parents 0891154 + 624e7c7 commit 4fcf620
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 4fcf620

Please sign in to comment.