]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
👷 Configure Dependabot to group updates and update weekly (#15560)
authorYurii Motov <109919500+YuriiMotov@users.noreply.github.com>
Sun, 24 May 2026 11:06:37 +0000 (13:06 +0200)
committerGitHub <noreply@github.com>
Sun, 24 May 2026 11:06:37 +0000 (13:06 +0200)
.github/dependabot.yml

index 918a98f511df375b74cf7e9f8040ec138880ae86..95c9f07cb93e323604f3f7291f7fa64553528056 100644 (file)
@@ -4,26 +4,47 @@ updates:
   - package-ecosystem: "github-actions"
     directory: "/"
     schedule:
-      interval: "daily"
+      interval: "weekly"
     cooldown:
       default-days: 7
     commit-message:
       prefix: â¬†
+    labels:
+      - "internal"
+      - "dependencies"
+      - "github_actions"
+    groups:
+      github-actions:
+        patterns:
+          - "*"
   # Python
   - package-ecosystem: "uv"
     directory: "/"
     schedule:
-      interval: "daily"
+      interval: "weekly"
     cooldown:
       default-days: 7
     commit-message:
       prefix: â¬†
+    groups:
+      python-packages:
+        dependency-type: "development"
+        patterns:
+          - "*"
   # pre-commit
   - package-ecosystem: "pre-commit"
     directory: "/"
     schedule:
-      interval: "daily"
+      interval: "weekly"
     cooldown:
       default-days: 7
     commit-message:
       prefix: â¬†
+    labels:
+      - "internal"
+      - "dependencies"
+      - "pre-commit"
+    groups:
+      pre-commit:
+        patterns:
+          - "*"