There was an error while loading. Please reload this page.
1 parent 1435ea9 commit cc92dc6Copy full SHA for cc92dc6
1 file changed
.github/dependabot.yml
@@ -1,14 +1,18 @@
1
----
2
-# Documentation
3
-# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
4
version: 2
5
updates:
6
-- package-ecosystem: github-actions
7
- directory: /
8
- schedule:
9
- interval: monthly
10
-
11
-- package-ecosystem: gitsubmodule
12
13
14
+- package-ecosystem: github-actions
+ directory: /
+ schedule:
+ interval: monthly
+ groups:
+ actions-infrastructure:
+ patterns:
+ - actions/*
+- package-ecosystem: gitsubmodule
15
16
+ gitsubmodule-dependencies:
17
18
+ - '*'
0 commit comments