Skip to content

Commit

Permalink
chore: change dependabot to ignore major releases (#128)
Browse files Browse the repository at this point in the history
* chore: disable dependabot

* Update dependabot.yml
  • Loading branch information
apaletta3 committed May 10, 2024
1 parent 52fc0d0 commit ab8d09b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ updates:
- package-ecosystem: "pip"
directory: "/bindings/python/" # Location of package manifests
schedule:
interval: "monthly"
interval: "daily"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]

0 comments on commit ab8d09b

Please sign in to comment.