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 7ce4e91 + 313b27a commit 2064e7eCopy full SHA for 2064e7e
1 file changed
.github/dependabot.yml
@@ -1,6 +1,18 @@
1
version: 2
2
+registries:
3
+ gradle-plugin-portal:
4
+ type: maven-repository
5
+ url: https://plugins.gradle.org/m2
6
+ username: dummy # Required by dependabot
7
+ password: dummy # Required by dependabot
8
updates:
9
+ - package-ecosystem: "gradle"
10
+ directory: "/"
11
+ registries:
12
+ - gradle-plugin-portal
13
+ schedule:
14
+ interval: "daily"
15
- package-ecosystem: "github-actions"
16
directory: "/"
17
schedule:
- interval: weekly
18
0 commit comments