Compare commits
1 Commits
main
...
e39916b31b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e39916b31b |
@@ -11,9 +11,9 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: ghcr.io/renovatebot/renovate:43.77.0
|
container: ghcr.io/renovatebot/renovate:40.0.1
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v4
|
||||||
- run: renovate
|
- run: renovate
|
||||||
env:
|
env:
|
||||||
RENOVATE_CONFIG_FILE: "/workspace/hads/renovate-config/config.js"
|
RENOVATE_CONFIG_FILE: "/workspace/hads/renovate-config/config.js"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
"timezone": "Pacific/Auckland",
|
"timezone": "Pacific/Auckland",
|
||||||
"endpoint": "https://git.nice.nz/api/v1",
|
"endpoint": "https://git.nice.net.nz/api/v1",
|
||||||
"gitAuthor": "Renovate Bot <renovate-bot@nice.net.nz>",
|
"gitAuthor": "Renovate Bot <renovate-bot@nice.net.nz>",
|
||||||
"platform": "gitea",
|
"platform": "gitea",
|
||||||
"autodiscover": true,
|
"autodiscover": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user