-
-
Notifications
You must be signed in to change notification settings - Fork 469
Expand file tree
/
Copy pathdependabot.yml
More file actions
28 lines (28 loc) · 672 Bytes
/
dependabot.yml
File metadata and controls
28 lines (28 loc) · 672 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
version: 2
registries:
gradle-plugin-portal:
type: maven-repository
url: https://plugins.gradle.org/m2
username: dummy # Required by dependabot
password: dummy # Required by dependabot
updates:
- package-ecosystem: "gradle"
directory: "/"
registries:
- gradle-plugin-portal
schedule:
interval: "daily"
ignore:
- dependency-name: "org.springframework.boot*"
commit-message:
prefix: "chore(deps)"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "chore(deps)"
groups:
github-actions:
patterns:
- "*"