Skip to content

Commit 2064e7e

Browse files
authored
Merge 313b27a into 7ce4e91
2 parents 7ce4e91 + 313b27a commit 2064e7e

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
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
28
updates:
9+
- package-ecosystem: "gradle"
10+
directory: "/"
11+
registries:
12+
- gradle-plugin-portal
13+
schedule:
14+
interval: "daily"
315
- package-ecosystem: "github-actions"
416
directory: "/"
517
schedule:
6-
interval: weekly
18+
interval: "daily"

0 commit comments

Comments
 (0)