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 b65b68e commit 4f82b63Copy full SHA for 4f82b63
1 file changed
.github/dependabot.yml
@@ -1,22 +1,19 @@
1
# Keeps dependencies up to date
2
-
3
version: 2
4
updates:
5
# Maintain dependencies for Python
6
- package-ecosystem: "uv"
7
directory: "/"
8
schedule:
9
- interval: "weekly"
10
- day: "friday"
+ interval: "monthly"
11
time: "00:00"
12
cooldown:
13
default-days: 7
14
# Maintain dependencies for Github Actions
15
- package-ecosystem: "github-actions"
16
17
18
19
20
21
groups:
22
github:
0 commit comments