We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99926bd + 031922d commit 8182258Copy full SHA for 8182258
1 file changed
.github/dependabot.yml
@@ -0,0 +1,25 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ schedule:
6
+ interval: weekly
7
+ time: "08:00"
8
+ timezone: "Europe/Berlin"
9
+ open-pull-requests-limit: 5
10
+ ignore:
11
+ - dependency-name: "*"
12
+ update-types: [ "version-update:semver-patch" ]
13
+
14
+ - package-ecosystem: npm
15
+ directory: "/slideshow"
16
17
18
19
20
21
+ groups:
22
+ npm-updates:
23
+ update-types:
24
+ - "minor"
25
+ - "patch"
0 commit comments