We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6fda4 commit c979059Copy full SHA for c979059
.github/dependabot.yml
@@ -4,6 +4,11 @@ updates:
4
directory: /
5
schedule:
6
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_*"
12
- package-ecosystem: github-actions
13
14
0 commit comments