We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cfb54a commit a5eb979Copy full SHA for a5eb979
1 file changed
.github/dependabot.yml
@@ -1,33 +1,30 @@
1
version: 2
2
updates:
3
4
- # Maintain dependencies for GitHub Actions
5
- package-ecosystem: "github-actions"
6
directory: ".github/workflows"
7
target-branch: "main"
8
labels:
9
- automation
10
- dependencies
11
- - github_actions
12
- no-changelog-entry-needed
13
schedule:
14
- interval: "weekly"
+ interval: "monthly"
15
groups:
16
actions:
17
patterns:
18
- "*"
19
cooldown:
20
default-days: 7
21
- reviewers:
+ assignees:
22
- "zacharyburnett"
23
24
- # Maintain dependencies for pip
25
- package-ecosystem: "pip"
26
directory: "/"
27
28
29
30
31
32
33
0 commit comments