Skip to content

Commit 4276853

Browse files
committed
renovate: Ignore bootc-dev/infra synced GitHub workflows
Signed-off-by: Xiaofeng Wang <henrywangxf@me.com>
1 parent c58fe91 commit 4276853

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

renovate.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
2+
"$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+
]
312
}

0 commit comments

Comments
 (0)