Skip to content

Commit 3316338

Browse files
Upgrade to GitHub-native Dependabot (#129)
* Upgrade to GitHub-native Dependabot * Update dependabot.yml Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: James <[email protected]>
1 parent 422bab5 commit 3316338

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/dependabot.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: gradle
5+
directory: "/"
6+
schedule:
7+
interval: daily
8+
time: "12:00"
9+
open-pull-requests-limit: 16
10+
ignore:
11+
# Using upstream minecraft version
12+
- dependency-name: io.netty:netty-codec
13+
versions:
14+
- "> 4.1.58.Final"
15+
# Using upstream minecraft version
16+
- dependency-name: org.yaml:snakeyaml
17+
versions:
18+
- "> 1.27"

0 commit comments

Comments
 (0)