Merge pull request #45 from phisco/dev/renovate-examples

chore(deps): renovate examples
This commit is contained in:
Nic Cope 2024-01-02 12:15:27 -08:00 committed by GitHub
commit 554595b916
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 1 deletions

View File

@ -1,6 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"crossplane": {
"fileMatch": ["(^|/)example/.*\\.ya?ml$"]
},
"packageRules": [
{
"matchManagers": ["crossplane"],
"matchFileNames": ["example/**"],
"groupName": "examples"
}
]
}