Skip to content

Commit 95b7187

Browse files
committed
fix(deps): prevent htmx.org major version updates in example/htmx.org@1
1 parent 7ea4307 commit 95b7187

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/renovate.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,12 @@
77
":timezone(Europe/Paris)"
88
],
99
"dependencyDashboardAutoclose": true,
10-
"labels": ["dependencies"]
10+
"labels": ["dependencies"],
11+
"packageRules": [
12+
{
13+
"matchFileNames": ["example/htmx.org@1/**"],
14+
"matchPackageNames": ["htmx.org"],
15+
"allowedVersions": "< 2.0.0"
16+
}
17+
]
1118
}

0 commit comments

Comments
 (0)