Compare commits
4 Commits
a9f48b3fe3
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| bc9e94a24d | |||
| 2d14a1cccf | |||
| 99071b6cf1 | |||
| 0551d0504b |
@@ -17,7 +17,7 @@ jobs:
|
|||||||
options: --add-host crunchy-orchestrator:gitea-server
|
options: --add-host crunchy-orchestrator:gitea-server
|
||||||
network: gitea-internal
|
network: gitea-internal
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
- run: renovate
|
- run: renovate
|
||||||
env:
|
env:
|
||||||
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js
|
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js
|
||||||
|
|||||||
6
renovate.json
Normal file
6
renovate.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"config:recommended"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user