Skip to content

Commit c4cdc90

Browse files
Ninja3047facutuesca
authored andcommitted
Resolve zizmor lints
1 parent aa56db7 commit c4cdc90

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@ updates:
66

77
# Update GitHub Actions of both the template and the repo
88
- package-ecosystem: github-actions
9+
cooldown:
10+
default-days: 7
911
directories:
1012
- "/"
1113
schedule:
1214
interval: daily
1315

1416
- package-ecosystem: github-actions
17+
cooldown:
18+
default-days: 7
1519
directories:
1620
- "{{cookiecutter.project_slug}}/.github/workflows"
1721
schedule:

{{cookiecutter.project_slug}}/.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ version: 2
22

33
updates:
44
- package-ecosystem: uv
5+
cooldown:
6+
default-days: 7
57
directory: /
68
groups:
79
python:
@@ -11,6 +13,8 @@ updates:
1113
interval: daily
1214

1315
- package-ecosystem: github-actions
16+
cooldown:
17+
default-days: 7
1418
directory: /
1519
groups:
1620
actions:

0 commit comments

Comments
 (0)