Skip to content

Commit bd4d71c

Browse files
authored
Merge pull request #48 from usnistgov/feature/update-dependabot
ci: trying to get this working
2 parents a7d30c8 + fcd87e7 commit bd4d71c

1 file changed

Lines changed: 40 additions & 36 deletions

File tree

.github/dependabot.yml

Lines changed: 40 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,11 @@ version: 2
22

33
updates:
44
- package-ecosystem: github-actions
5-
directory: /
6-
schedule:
7-
interval: daily
8-
time: "06:00"
9-
cooldown:
10-
default-days: 7
11-
groups:
12-
actions:
13-
patterns:
14-
- "*"
15-
- package-ecosystem: github-actions
16-
directory: /.github/actions/setup-cached-uv-and-python
17-
schedule:
18-
interval: daily
19-
time: "06:00"
20-
cooldown:
21-
default-days: 7
22-
groups:
23-
actions:
24-
patterns:
25-
- "*"
26-
# update workflows in template
27-
- package-ecosystem: github-actions
28-
directory: /{{cookiecutter.project_name}}/.github/workflows
29-
schedule:
30-
interval: daily
31-
time: "06:00"
32-
cooldown:
33-
default-days: 7
34-
groups:
35-
actions:
36-
patterns:
37-
- "*"
38-
# # update actions in template
39-
- package-ecosystem: github-actions
40-
directory: /{{cookiecutter.project_name}}/.github/actions/setup-cached-uv-and-python
5+
directories:
6+
- "/"
7+
- "/.github/actions/setup-cached-uv-and-python"
8+
- "/{{cookiecutter.project_name}}/.github/workflows"
9+
- "/{{cookiecutter.project_name}}/.github/actions/setup-cached-uv-and-python"
4110
schedule:
4211
interval: daily
4312
time: "06:00"
@@ -47,6 +16,41 @@ updates:
4716
actions:
4817
patterns:
4918
- "*"
19+
# - package-ecosystem: github-actions
20+
# directory: /.github/actions/setup-cached-uv-and-python
21+
# schedule:
22+
# interval: daily
23+
# time: "06:00"
24+
# cooldown:
25+
# default-days: 7
26+
# groups:
27+
# actions:
28+
# patterns:
29+
# - "*"
30+
# # update workflows in template
31+
# - package-ecosystem: github-actions
32+
# directory: /{{cookiecutter.project_name}}/.github/workflows/
33+
# schedule:
34+
# interval: daily
35+
# time: "06:00"
36+
# cooldown:
37+
# default-days: 7
38+
# # groups:
39+
# # actions:
40+
# # patterns:
41+
# # - "*"
42+
# # # update actions in template
43+
# - package-ecosystem: github-actions
44+
# directory: /{{cookiecutter.project_name}}/.github/actions/setup-cached-uv-and-python/
45+
# schedule:
46+
# interval: daily
47+
# time: "06:00"
48+
# cooldown:
49+
# default-days: 7
50+
# # groups:
51+
# # actions:
52+
# # patterns:
53+
# # - "*"
5054
# update uv
5155
- package-ecosystem: "uv"
5256
directory: /

0 commit comments

Comments
 (0)