Sfoglia il codice sorgente

Ignore updates in sjohnr/slack-workflow-status

Closes gh-14325
Marcus Hert Da Coregio 1 anno fa
parent
commit
ebef5a8783
1 ha cambiato i file con 10 aggiunte e 0 eliminazioni
  1. 10 0
      .github/dependabot.yml

+ 10 - 0
.github/dependabot.yml

@@ -102,26 +102,36 @@ updates:
     directory: "/"
     schedule:
       interval: weekly
+    ignore:
+      - dependency-name: "sjohnr/*"
   - package-ecosystem: github-actions
     target-branch: "6.2.x"
     milestone: 319 # 6.2.x
     directory: "/"
     schedule:
       interval: weekly
+    ignore:
+      - dependency-name: "sjohnr/*"
   - package-ecosystem: github-actions
     target-branch: "6.1.x"
     milestone: 318 # 6.1.x
     directory: "/"
     schedule:
       interval: weekly
+    ignore:
+      - dependency-name: "sjohnr/*"
   - package-ecosystem: github-actions
     target-branch: "5.8.x"
     milestone: 246 # 5.8.x
     directory: "/"
     schedule:
       interval: weekly
+    ignore:
+      - dependency-name: "sjohnr/*"
   - package-ecosystem: github-actions
     target-branch: "docs-build"
     directory: "/"
     schedule:
       interval: weekly
+    ignore:
+      - dependency-name: "sjohnr/*"