We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53d2b8d commit 77548ccCopy full SHA for 77548cc
1 file changed
.github/dependabot.yml
@@ -3,17 +3,30 @@ updates:
3
- package-ecosystem: "github-actions"
4
directory: "/"
5
schedule:
6
- interval: "weekly"
+ interval: "quarterly"
7
assignees:
8
- "rffontenelle"
9
commit-message:
10
prefix: "gha"
11
+ ignore:
12
+ - dependency-name: "*"
13
+ update-types:
14
+ - "version-update:semver-minor"
15
+ - "version-update:semver-patch"
16
+ groups:
17
+ actions:
18
+ patterns:
19
+ - "*"
20
21
- package-ecosystem: "pip"
22
23
24
25
26
27
28
prefix: "pip"
29
30
+ pip:
31
32
0 commit comments