Skip to content

Commit

Permalink
Update dependabot.yml (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeredian authored Dec 19, 2023
1 parent 1cbd8ac commit e9e6ff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ updates:
interval: daily
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor"]
update-types: ["version-update:semver-patch","version-update:semver-minor"]

- package-ecosystem: npm
directory: /
schedule:
interval: daily
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor"]
update-types: ["version-update:semver-patch","version-update:semver-minor"]

0 comments on commit e9e6ff4

Please sign in to comment.