We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa56db7 commit c4cdc90Copy full SHA for c4cdc90
2 files changed
.github/dependabot.yml
@@ -6,12 +6,16 @@ updates:
6
7
# Update GitHub Actions of both the template and the repo
8
- package-ecosystem: github-actions
9
+ cooldown:
10
+ default-days: 7
11
directories:
12
- "/"
13
schedule:
14
interval: daily
15
16
17
18
19
20
- "{{cookiecutter.project_slug}}/.github/workflows"
21
{{cookiecutter.project_slug}}/.github/dependabot.yml
@@ -2,6 +2,8 @@ version: 2
2
3
updates:
4
- package-ecosystem: uv
5
directory: /
groups:
python:
@@ -11,6 +13,8 @@ updates:
actions:
0 commit comments