Merge pull request 'Config validator' (#9) from config-validation into main
All checks were successful
renovate / renovate (push) Successful in 31s
All checks were successful
renovate / renovate (push) Successful in 31s
This commit is contained in:
commit
3e2965505e
14
.gitea/workflows/renovate-config-check.yaml
Normal file
14
.gitea/workflows/renovate-config-check.yaml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
name: renovate config check
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
renovate-config-validator:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
container: ghcr.io/renovatebot/renovate:37.305.0
|
||||||
|
steps:
|
||||||
|
- name: Checkout sources
|
||||||
|
uses: https://gitea.com/actions/checkout@v4
|
||||||
|
- name: Config check
|
||||||
|
run: renovate-config-validator $RENOVATE_CONFIG_VALIDATOR_EXTRA_FLAGS
|
@ -1,5 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["github>renovatebot/.github", ":dependencyDashboard"],
|
"extends": ["github>renovatebot/.github", ":dependencyDashboard"],
|
||||||
"prCreation": "immediate"
|
"prCreation": "immediate",
|
||||||
|
"nix": {
|
||||||
|
"enabled": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user