Compare commits
11 Commits
b424134d6f
...
c154f7eff5
Author | SHA1 | Date | |
---|---|---|---|
|
c154f7eff5 | ||
d47214941b | |||
|
96986d4b1b | ||
bb895437a6 | |||
69d49f8667
|
|||
ba7ebc5f02 | |||
|
ecd18cca7b | ||
d17b28318f | |||
|
b41d44ef2c | ||
04c3d1e476 | |||
|
70cc3c4da3 |
@@ -6,7 +6,7 @@ on:
|
||||
jobs:
|
||||
renovate-config-validator:
|
||||
runs-on: ubuntu-latest
|
||||
container: ghcr.io/renovatebot/renovate:41.82.6
|
||||
container: ghcr.io/renovatebot/renovate:41.89.2
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
uses: https://gitea.com/actions/checkout@v5
|
||||
|
@@ -10,7 +10,7 @@ on:
|
||||
jobs:
|
||||
renovate:
|
||||
runs-on: ubuntu-latest
|
||||
container: ghcr.io/renovatebot/renovate:41.82.6
|
||||
container: ghcr.io/renovatebot/renovate:41.89.2
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
uses: https://gitea.com/actions/checkout@v5
|
||||
|
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",
|
||||
"renovate"
|
||||
],
|
||||
"nix": {
|
||||
"enabled": true
|
||||
},
|
||||
"lockFileMaintenance": {
|
||||
"enabled": true,
|
||||
"extends": ["schedule:daily"]
|
||||
"extends": [
|
||||
"schedule:daily"
|
||||
]
|
||||
},
|
||||
"osvVulnerabilityAlerts": true,
|
||||
"vulnerabilityAlerts": {
|
||||
|
Reference in New Issue
Block a user