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 2b6878c commit d7d46bdCopy full SHA for d7d46bd
.github/dependabot.yml
@@ -0,0 +1,11 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "pip"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "daily"
7
+ # Allow up to 2 open pull requests at a time
8
+ open-pull-requests-limit: 2
9
+ allow:
10
+ - dependency-name: "timm"
11
+ dependency-type: "all"
0 commit comments