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 941f615 commit f7d4b50Copy full SHA for f7d4b50
.github/dependabot.yml
@@ -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
21
+ registries:
22
+ - maven-github
23
24
25
0 commit comments