Skip to content

Commit 94ed778

Browse files
authored
Use dependabot config from archetype (#186)
1 parent abbccff commit 94ed778

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

.github/dependabot.yml

+10-14
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
1-
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates
2-
---
1+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates
2+
33
version: 2
44
updates:
5-
- package-ecosystem: "maven"
6-
directory: "/"
7-
labels:
8-
- "dependencies"
9-
schedule:
10-
interval: "monthly"
11-
- package-ecosystem: "github-actions"
12-
directory: "/"
13-
labels:
14-
- "skip-changelog"
15-
schedule:
16-
interval: "monthly"
5+
- package-ecosystem: maven
6+
directory: /
7+
schedule:
8+
interval: monthly
9+
- package-ecosystem: github-actions
10+
directory: /
11+
schedule:
12+
interval: monthly

0 commit comments

Comments
 (0)