Skip to main content

.github: ignore ruff in Dependabot

ID
e5f6f94
date
2025-10-27 16:52:01+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
186269d
message
.github: ignore ruff in Dependabot

For alexwlchan/alexwlchan#23
changed files
1 file, 2 additions

Changed files

.github/dependabot.yml (285) → .github/dependabot.yml (329)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 6a21153..352e0b3 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -12,3 +12,5 @@ updates:
       interval: "weekly"
       day: "monday"
       time: "09:00"
+    ignore:
+      - dependency-name: "ruff"