Compare commits
3 Commits
d192cffd7b
...
4a462384b9
| Author | SHA1 | Date | |
|---|---|---|---|
| 4a462384b9 | |||
| a4454b56ce | |||
| 7cbe0b860a |
@@ -13,7 +13,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: ghcr.io/renovatebot/renovate:41.143.2
|
container: ghcr.io/renovatebot/renovate:41.146.0
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: renovate
|
- run: renovate
|
||||||
|
|||||||
12
config.js
12
config.js
@@ -10,4 +10,16 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
optimizeForDisabled: true,
|
optimizeForDisabled: true,
|
||||||
persistRepoData: true,
|
persistRepoData: true,
|
||||||
|
hostRules: [
|
||||||
|
{
|
||||||
|
hostType: 'github',
|
||||||
|
matchHost: 'github.com',
|
||||||
|
token: process.env.GITHUB_TOKEN,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
hostType: 'gitea',
|
||||||
|
matchHost: 'gitea.ditmarvisser.net',
|
||||||
|
token: process.env.RENOVATE_TOKEN,
|
||||||
|
},
|
||||||
|
],
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user