Skip to content

Commit 33a8aef

Browse files
authored
chore(deps): Update dependabot configuration for GitHub Actions
Make sure that our pure python package workflows are updated weekly.
1 parent bf94cbc commit 33a8aef

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,9 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "pip"
4-
directory: "/"
5-
insecure-external-code-execution: allow
6-
schedule:
7-
interval: "daily"
8-
open-pull-requests-limit: 100
9-
labels:
10-
- "maintenance"
11-
- "dependencies"
12-
groups:
13-
pip:
14-
patterns:
15-
- "*"
16-
commit-message:
17-
prefix: "chore"
183
- package-ecosystem: "github-actions"
19-
directory: "/"
4+
directory: "examples/pure-hatch/.github/workflows"
205
schedule:
21-
interval: "daily"
6+
interval: "weekly"
227
open-pull-requests-limit: 100
238
labels:
249
- "maintenance"

0 commit comments

Comments
 (0)