Compare commits
15 Commits
b9abf9c81d
...
renovate/g
Author | SHA1 | Date | |
---|---|---|---|
|
31d0f342b7 | ||
d4c17186c4 | |||
|
be8f38f54e | ||
273b58a7ff | |||
|
534715f72a | ||
6b599a8330 | |||
|
e770f87ece | ||
93fba258fe | |||
dc1cffa415
|
|||
1da288d02a | |||
|
d111608541 | ||
d36161a59e | |||
|
7872f5dad0 | ||
b55dd80880 | |||
|
c154f7eff5 |
@@ -6,9 +6,9 @@ on:
|
||||
jobs:
|
||||
renovate-config-validator:
|
||||
runs-on: ubuntu-latest
|
||||
container: ghcr.io/renovatebot/renovate:41.91.0
|
||||
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.91.0
|
||||
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"
|
||||
|
@@ -6,8 +6,8 @@
|
||||
"semanticCommits": "enabled",
|
||||
"automerge": false,
|
||||
"labels": [
|
||||
"dependencies",
|
||||
"renovate"
|
||||
"Dependencies",
|
||||
"Dependencies/Renovate"
|
||||
],
|
||||
"nix": {
|
||||
"enabled": true
|
||||
|
Reference in New Issue
Block a user