Skip to content

Commit

Permalink
Disabled Renovate for Backstage packages (#1952)
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
  • Loading branch information
awanlin authored Nov 17, 2024
1 parent 7bfdcd7 commit 038896c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
"matchManagers": ["github-actions"],
"groupName": "GitHub Actions"
},
{
"matchManagers": ["npm"],
"enabled": false,
"matchPackageNames": ["@backstage/**"]
},
{
"matchPackageNames": ["node-fetch"],
"allowedVersions": "<3.0.0"
Expand All @@ -37,5 +42,7 @@
}
],
"ignorePaths": ["**/dist-dynamic/**"],
"gitIgnoredAuthors": ["97962292+backstage-goalie[bot]@users.noreply.github.com"]
"gitIgnoredAuthors": [
"97962292+backstage-goalie[bot]@users.noreply.github.com"
]
}

0 comments on commit 038896c

Please sign in to comment.