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.
2 parents 941f615 + d030a80 commit 6f3f1a4Copy full SHA for 6f3f1a4
.github/dependabot.yml
@@ -0,0 +1,29 @@
1
+# SPDX-FileCopyrightText: 2021 Alliander N.V.
2
+#
3
+# SPDX-License-Identifier: Apache-2.0
4
+
5
+version: 2
6
7
+registries:
8
+ maven-github:
9
+ type: maven-repository
10
+ url: https://maven.pkg.github.com/com-pas/*
11
+ username: OWNER
12
+ password: ${{ secrets.GITHUB_TOKEN }}
13
14
+updates:
15
+ # Maintain dependencies for GitHub Actions
16
+ - package-ecosystem: "github-actions"
17
+ directory: "/"
18
+ schedule:
19
+ interval: "daily"
20
+ open-pull-requests-limit: 5
21
22
+ # Maintain dependencies for Maven
23
+ - package-ecosystem: "maven"
24
25
+ registries:
26
+ - maven-github
27
28
29
0 commit comments