We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d725d commit 24ff207Copy full SHA for 24ff207
.github/renovate.json5
@@ -3,4 +3,10 @@
3
dependencyDashboardApproval: true,
4
baseBranchPatterns: ["main"],
5
postUpdateOptions: ["yarnDedupeHighest"],
6
+ packageRules: [
7
+ {
8
+ groupName: "GitHub Actions",
9
+ matchManagers: ["github-actions"],
10
+ },
11
+ ],
12
}
0 commit comments