-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.json
More file actions
12 lines (12 loc) · 845 Bytes
/
Copy pathdefault.json
File metadata and controls
12 lines (12 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>yukimemi/pj-rust"],
"packageRules": [
{
"description": "Consumer-side `release.yml`, rendered by THIS layer from `release.yml.template` with `when = \"once\"`. A once-file is never re-applied, so a Renovate bump here would not be reverted — it would silently diverge from the template every consumer is supposed to share, and the drift only surfaces the next time someone compares repos. The canonical `uses:` versions live in the `.template` source, which pj-base's `.template` customManager bumps upstream. Owned here rather than in pj-base because pj-base cannot know a CLI layer composes above it.",
"matchManagers": ["github-actions"],
"matchFileNames": [".github/workflows/release.yml"],
"enabled": false
}
]
}