Compare commits
1 Commits
main
...
c40cfaaf43
Author | SHA1 | Date | |
---|---|---|---|
|
c40cfaaf43 |
@@ -6,9 +6,9 @@ on:
|
||||
jobs:
|
||||
renovate-config-validator:
|
||||
runs-on: ubuntu-latest
|
||||
container: ghcr.io/renovatebot/renovate:41.91.1
|
||||
container: ghcr.io/renovatebot/renovate:40.62.1
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
uses: https://gitea.com/actions/checkout@v5
|
||||
uses: https://gitea.com/actions/checkout@v4
|
||||
- name: Config check
|
||||
run: renovate-config-validator $RENOVATE_CONFIG_VALIDATOR_EXTRA_FLAGS
|
||||
|
@@ -10,10 +10,10 @@ on:
|
||||
jobs:
|
||||
renovate:
|
||||
runs-on: ubuntu-latest
|
||||
container: ghcr.io/renovatebot/renovate:41.91.1
|
||||
container: ghcr.io/renovatebot/renovate:40.62.1
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
uses: https://gitea.com/actions/checkout@v5
|
||||
uses: https://gitea.com/actions/checkout@v4
|
||||
- run: renovate
|
||||
env:
|
||||
RENOVATE_CONFIG_FILE: "config.js"
|
||||
|
12
default.json
12
default.json
@@ -1,22 +1,14 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
"extends": ["config:recommended"],
|
||||
"semanticCommits": "enabled",
|
||||
"automerge": false,
|
||||
"labels": [
|
||||
"Dependencies",
|
||||
"Dependencies/Renovate"
|
||||
],
|
||||
"nix": {
|
||||
"enabled": true
|
||||
},
|
||||
"lockFileMaintenance": {
|
||||
"enabled": true,
|
||||
"extends": [
|
||||
"schedule:daily"
|
||||
]
|
||||
"extends": ["schedule:daily"]
|
||||
},
|
||||
"osvVulnerabilityAlerts": true,
|
||||
"vulnerabilityAlerts": {
|
||||
|
Reference in New Issue
Block a user