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 d71a2b1 commit fe556bbCopy full SHA for fe556bb
1 file changed
.github/dependabot.yml
@@ -1,11 +1,11 @@
1
version: 2
2
3
updates:
4
- - package-ecosystem: "uv"
+ - package-ecosystem: "pip"
5
directory: "/"
6
schedule:
7
- interval: "cron"
8
- cronjob: "15 * * * *" # every 15 minutes
+ interval: "daily"
+ time: "22:40"
9
open-pull-requests-limit: 1
10
versioning-strategy: "increase"
11
allow:
@@ -15,4 +15,4 @@ updates:
15
flet:
16
applies-to: version-updates
17
patterns:
18
- - "flet*"
+ - "flet*"
0 commit comments