Skip to content

Commit

Permalink
Fix dependabot ignore types
Browse files Browse the repository at this point in the history
  • Loading branch information
danlamanna committed Jan 23, 2023
1 parent 5a00a16 commit f303179
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ updates:
labels:
- internal
ignore:
- update-types: ["version-update:semver-patch"]
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
- package-ecosystem: pip
directory: /
schedule:
interval: "weekly"
labels:
- internal
ignore:
- update-types: ["version-update:semver-patch"]
- dependency-name: "*"
update-types: ["version-update:semver-patch"]

0 comments on commit f303179

Please sign in to comment.