Skip to content

Commit

Permalink
changed to check weekly and for major versions only
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanks91 committed Apr 3, 2024
1 parent b9d91eb commit 334a03c
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 @@ -3,10 +3,10 @@ updates:
- package-ecosystem: "pip"
directory: "/eq-stub"
schedule:
interval: "daily"
interval: "weekly"
ignore:
- dependency-name: "*"
update-types: [ "version-update:semver-patch" ]
update-types: [ "version-update:semver-major" ]
labels:
- "patch"
- "dependencies"

0 comments on commit 334a03c

Please sign in to comment.