We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d0abd commit 247323cCopy full SHA for 247323c
2 files changed
.github/dependabot.yml
@@ -3,16 +3,15 @@ updates:
3
- package-ecosystem: "github-actions"
4
directory: ".github/workflows"
5
schedule:
6
- interval: "daily"
+ interval: "monthly"
7
groups:
8
gha:
9
patterns:
10
- "*"
11
- package-ecosystem: "npm"
12
directory: "."
13
14
- interval: "weekly"
15
- day: "saturday"
16
versioning-strategy: increase
17
18
npm:
@@ -21,7 +20,7 @@ updates:
21
20
- package-ecosystem: "pip"
22
23
24
25
26
27
pip:
0 commit comments