Skip to content

Commit f5f06f5

Browse files
authored
Chore: add @libs/version to ignorelist for renovate (#1822)
1 parent 73f8624 commit f5f06f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["config:base"],
44
"includePaths": ["package.json", "packages/**", "docusaurus/**", ".github/**"],
5-
"ignoreDeps": ["react", "react-dom", "@stylistic/eslint-plugin-ts", "lerna", "@grafana/scenes", "@libs/output"],
5+
"ignoreDeps": ["react", "react-dom", "@stylistic/eslint-plugin-ts", "lerna", "@grafana/scenes", "@libs/output", "@libs/version"],
66
"separateMajorMinor": false,
77
"skipInstalls": false,
88
"reviewers": ["team:grafana/plugins-platform-frontend"],

0 commit comments

Comments
 (0)