diff .github/dependabot.yml @ 7516:93e4ec305ed8

Disable dependabot for docker. It keeps reporting updates that are not usable. I am on the current alpine python 3.11 release and dependabot is truing to upgrade me to some random debian 12 release and not the alpine release.
author John Rouillard <rouilj@ieee.org>
date Mon, 26 Jun 2023 01:02:36 -0400
parents 4e0665238617
children
line wrap: on
line diff
--- a/.github/dependabot.yml	Mon Jun 26 00:18:54 2023 -0400
+++ b/.github/dependabot.yml	Mon Jun 26 01:02:36 2023 -0400
@@ -18,8 +18,8 @@
     directory: "/"
     schedule:
       interval: "weekly"
-  - package-ecosystem: "docker" 
-    directory: "/scripts/Docker" 
-    target-branch: "master" 
-    schedule:
-      interval: "weekly"
+#  - package-ecosystem: "docker" 
+#    directory: "/scripts/Docker" 
+#    target-branch: "master" 
+#    schedule:
+#      interval: "weekly"

Roundup Issue Tracker: http://roundup-tracker.org/