Skip to content

Commit c979059

Browse files
authored
Configure dependabot to ignore ruff updates (#6185)
* Make dependabot ignore ruff updates * Regenrate Cargo.lock * Fix clippy * Fix typo
1 parent 3a6fda4 commit c979059

File tree

4 files changed

+183
-234
lines changed

4 files changed

+183
-234
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ updates:
44
directory: /
55
schedule:
66
interval: weekly
7+
ignore:
8+
# TODO: Remove when we use ruff from crates.io
9+
# for some reason dependabot only updates the Cargo.lock file when dealing
10+
# with git dependencies. i.e. not updating the version in Cargo.toml
11+
- dependency-name: "ruff_*"
712
- package-ecosystem: github-actions
813
directory: /
914
schedule:

0 commit comments

Comments
 (0)