Skip to content

Commit bbcefad

Browse files
committed
dependabot: Ignore (most) patch update
Signed-off-by: Stephen Finucane <[email protected]>
1 parent 9d2eaff commit bbcefad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
---
12
version: 2
23
updates:
34
- package-ecosystem: "pip"
45
directory: "/" # Location of package manifests
56
schedule:
67
interval: "weekly"
8+
versioning-strategy: "increase"
9+
ignore:
10+
- dependency-name: "*"
11+
update-types: ["version-update:semver-patch"]

0 commit comments

Comments
 (0)