Skip to content

Commit 93dfa15

Browse files
Configure Renovate [skip ci] (#33)
1 parent e345701 commit 93dfa15

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/renovate.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"github>neoforged/actions:renovate_preset"
5+
],
6+
"bumpVersions": [
7+
{
8+
"name": "Updating version",
9+
"filePatterns": ["build.gradle"],
10+
"bumpType": "patch",
11+
"matchStrings": ["^version\\s*=?\\s*'(?<version>.+)'$"]
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)