Skip to main content

.github: switch to a weekly schedule; ignore mypy and ruff

ID
660fd83
date
2026-01-11 08:44:32+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
709c219
message
.github: switch to a weekly schedule; ignore mypy and ruff

For https://github.com/alexwlchan/alexwlchan/issues/21
For https://github.com/alexwlchan/alexwlchan/issues/23
changed files
1 file, 5 additions, 2 deletions

Changed files

.github/dependabot.yml (243) → .github/dependabot.yml (321)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 9452b32..1140073 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -3,10 +3,13 @@ updates:
   - package-ecosystem: "github-actions"
     directory: "/"
     schedule:
-      interval: "daily"
+      interval: "weekly"
       time: "09:00"
   - package-ecosystem: "pip"
     directory: "/"
     schedule:
-      interval: "daily"
+      interval: "weekly"
       time: "09:00"
+    ignore:
+      - dependency-name: "mypy"
+      - dependency-name: "ruff"