소스 검색

Ignore updates in sjohnr/slack-workflow-status

Closes gh-14325
Marcus Hert Da Coregio 1 년 전
부모
커밋
ebef5a8783
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  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/*"