Skip to content

Commit 07ce8f7

Browse files
chore(config): migrate renovate config (#72)
* chore(config): migrate config .github/renovate.json * Add .github/renovate.json to .prettierignore --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Krishan <33421343+kfiven@users.noreply.github.com>
1 parent d014671 commit 07ce8f7

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/renovate.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:base", ":dependencyDashboardApproval", ":semanticCommits"],
3+
"extends": [
4+
"config:recommended",
5+
":dependencyDashboardApproval",
6+
":semanticCommits"
7+
],
48
"labels": ["Dependencies"],
59
"packageRules": [
610
{
711
"matchUpdateTypes": ["lockFileMaintenance"]
812
}
913
],
10-
"lockFileMaintenance": { "enabled": true },
14+
"lockFileMaintenance": {
15+
"enabled": true
16+
},
1117
"dependencyDashboard": true
1218
}

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
dist
22
.github/dependabot.yml
3+
.github/renovate.json
34
storybook-static
45
node_modules
56
yarn.lock

0 commit comments

Comments
 (0)