]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
dependabot: Ignore (most) patch update
authorStephen Finucane <stephen@that.guru>
Wed, 23 Oct 2024 17:21:04 +0000 (18:21 +0100)
committerStephen Finucane <stephen@that.guru>
Wed, 23 Oct 2024 17:21:04 +0000 (18:21 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
.github/dependabot.yml

index e3e1101279a11d899a445dddab742edeeb49fda0..df0e4c6c173f0f5022a9ff35c39838ff8e38972f 100644 (file)
@@ -1,6 +1,11 @@
+---
 version: 2
 updates:
   - package-ecosystem: "pip"
     directory: "/" # Location of package manifests
     schedule:
       interval: "weekly"
+    versioning-strategy: "increase"
+    ignore:
+      - dependency-name: "*"
+        update-types: ["version-update:semver-patch"]