]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
remove dependabot
authorDavid Lord <davidism@gmail.com>
Fri, 23 Aug 2024 23:50:05 +0000 (16:50 -0700)
committerDavid Lord <davidism@gmail.com>
Fri, 23 Aug 2024 23:50:05 +0000 (16:50 -0700)
.github/dependabot.yml [deleted file]

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
deleted file mode 100644 (file)
index fa94b77..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-version: 2
-updates:
-  - package-ecosystem: github-actions
-    directory: /
-    schedule:
-      interval: monthly
-    ignore:
-      # slsa depends on upload/download v3
-      - dependency-name: actions/upload-artifact
-        versions: '>= 4'
-      - dependency-name: actions/download-artifact
-        versions: '>= 4'
-    groups:
-      github-actions:
-        patterns:
-          - '*'
-  - package-ecosystem: pip
-    directory: /requirements/
-    schedule:
-      interval: monthly
-    groups:
-      python-requirements:
-        patterns:
-          - '*'