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 c58fe91 commit 4276853Copy full SHA for 4276853
1 file changed
renovate.json
@@ -1,3 +1,12 @@
1
{
2
- "$schema": "https://docs.renovatebot.com/renovate-schema.json"
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+
4
+ // These files are synced from the bootc-dev/infra repository, which sends
5
+ // PRs to update them. Ignoring them here to avoid conflicting Renovate updates.
6
+ "ignorePaths": [
7
+ ".github/workflows/rebase.yml",
8
+ ".github/workflows/openssf-scorecard.yml",
9
+ ".github/actions/bootc-ubuntu-setup/action.yml",
10
+ ".github/actions/setup-rust/action.yml"
11
+ ]
12
}
0 commit comments