Compare commits
23 Commits
84c65bcf97
...
renovate/g
Author | SHA1 | Date | |
---|---|---|---|
|
31d0f342b7 | ||
d4c17186c4 | |||
|
be8f38f54e | ||
273b58a7ff | |||
|
534715f72a | ||
6b599a8330 | |||
|
e770f87ece | ||
93fba258fe | |||
dc1cffa415
|
|||
1da288d02a | |||
|
d111608541 | ||
d36161a59e | |||
|
7872f5dad0 | ||
b55dd80880 | |||
|
c154f7eff5 | ||
d47214941b | |||
|
96986d4b1b | ||
bb895437a6 | |||
69d49f8667
|
|||
ba7ebc5f02 | |||
|
ecd18cca7b | ||
d17b28318f | |||
|
b41d44ef2c |
@@ -6,9 +6,9 @@ on:
|
||||
jobs:
|
||||
renovate-config-validator:
|
||||
runs-on: ubuntu-latest
|
||||
container: ghcr.io/renovatebot/renovate:41.83.2
|
||||
container: ghcr.io/renovatebot/renovate:41.93.0
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
uses: https://gitea.com/actions/checkout@v4
|
||||
uses: https://gitea.com/actions/checkout@v5
|
||||
- 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.83.2
|
||||
container: ghcr.io/renovatebot/renovate:41.93.0
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
uses: https://gitea.com/actions/checkout@v4
|
||||
uses: https://gitea.com/actions/checkout@v5
|
||||
- run: renovate
|
||||
env:
|
||||
RENOVATE_CONFIG_FILE: "config.js"
|
||||
|
12
default.json
12
default.json
@@ -1,14 +1,22 @@
|
||||
{
|
||||
"$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