Browse Source

Ignore updates in sjohnr/slack-workflow-status

Closes gh-14325
Marcus Hert Da Coregio 1 year ago
parent
commit
ebef5a8783
1 changed files with 10 additions and 0 deletions
  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/*"