Skip to content

Commit 72657b5

Browse files
authored
chore: ignore gatsby-interface to test renovate (#32223)
1 parent 4303b74 commit 72657b5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

renovate.json5

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"ignoreDeps": [
2727
"react",
2828
"react-dom",
29-
"uuid"
29+
"uuid",
30+
"gatsby-interface"
3031
],
3132
"rangeStrategy": "bump",
3233
"bumpVersion": null,

scripts/renovate-config-generator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ const renovateConfig = {
297297
dependencyDashboardApproval: true,
298298
},
299299
dependencyDashboard: true,
300-
ignoreDeps: [`react`, `react-dom`, `uuid`],
300+
ignoreDeps: [`react`, `react-dom`, `uuid`, `gatsby-interface`],
301301
rangeStrategy: `bump`,
302302
bumpVersion: null,
303303
prHourlyLimit: 0,

0 commit comments

Comments
 (0)