Skip to content

Commit f7d4b50

Browse files
author
Dennis Labordus
committed
Add dependabot configuration.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 941f615 commit f7d4b50

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/dependabot.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
version: 2
2+
3+
registries:
4+
maven-github:
5+
type: maven-repository
6+
url: https://maven.pkg.github.com/com-pas/*
7+
username: OWNER
8+
password: ${{ secrets.GITHUB_TOKEN }}
9+
10+
updates:
11+
# Maintain dependencies for GitHub Actions
12+
- package-ecosystem: "github-actions"
13+
directory: "/"
14+
schedule:
15+
interval: "daily"
16+
open-pull-requests-limit: 5
17+
18+
# Maintain dependencies for Maven
19+
- package-ecosystem: "maven"
20+
directory: "/"
21+
registries:
22+
- maven-github
23+
schedule:
24+
interval: "daily"
25+
open-pull-requests-limit: 5

0 commit comments

Comments
 (0)