Chore: fix glob pattern in renovate config (#60146)

fix glob pattern
This commit is contained in:
Ashley Harrison 2022-12-12 14:19:14 +00:00 committed by GitHub
parent 8fe9969826
commit a09d9d68a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@
"react-dom", "react-dom",
"react-test-renderer" "react-test-renderer"
], ],
"includePaths": ["package.json", "packages/*"], "includePaths": ["package.json", "packages/**"],
"ignorePaths": ["packages/grafana-toolkit/package.json", "emails/**", "plugins-bundled/**", "**/mocks/**"], "ignorePaths": ["packages/grafana-toolkit/package.json", "emails/**", "plugins-bundled/**", "**/mocks/**"],
"labels": ["area/frontend", "dependencies", "no-backport", "no-changelog"], "labels": ["area/frontend", "dependencies", "no-backport", "no-changelog"],
"packageRules": [ "packageRules": [