Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit b5dd7fd

Browse files
authored
Merge pull request #278 from grails/dependabot/add-v2-config-file
Upgrade to GitHub-native Dependabot
2 parents 670e79f + 6a14351 commit b5dd7fd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: gradle
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
open-pull-requests-limit: 10
8+
target-branch: 7.0.x
9+
ignore:
10+
- dependency-name: com.gradle.build-scan
11+
versions:
12+
- 3.5.1
13+
- "3.6"

0 commit comments

Comments
 (0)