Skip to content

Commit 06f3c84

Browse files
committed
Add: Doma core is not subject to automatic version upgrades
1 parent eaf8b17 commit 06f3c84

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

renovate.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,13 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"local>domaframework/renovate-config"
5+
],
6+
"packageRules": [
7+
{
8+
"matchPackageNames": [
9+
"org.seasar.doma:doma-core"
10+
],
11+
"enabled": false
12+
}
513
]
614
}

0 commit comments

Comments
 (0)