Compare commits
9 Commits
69f07142d6
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| a9d867320c | |||
| 5fc530e27e | |||
| 250ce74e10 | |||
| b5ac64fba5 | |||
| 7fc2bc5cfd | |||
| 17e18f6850 | |||
| 8dd36e0baf | |||
| d33f458f38 | |||
| aff311c282 |
@@ -12,10 +12,13 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: git.fossy.my.id/renovate-clanker/renovate:latest
|
container: git.fossy.my.id/renovate-clanker/renovate:latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
|
||||||
- run: renovate
|
- run: renovate
|
||||||
env:
|
env:
|
||||||
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/renovate-config.js
|
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/renovate-config.js
|
||||||
LOG_LEVEL: "debug"
|
LOG_LEVEL: "debug"
|
||||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||||
|
RENOVATE_PLATFORM: gitea
|
||||||
|
RENOVATE_ENDPOINT: https://git.fossy.my.id/api/v1
|
||||||
|
RENOVATE_AUTODISCOVER: "true"
|
||||||
GITHUB_COM_TOKEN: ${{ secrets.COM_TOKEN }}
|
GITHUB_COM_TOKEN: ${{ secrets.COM_TOKEN }}
|
||||||
@@ -5,4 +5,7 @@ module.exports = {
|
|||||||
"onboardingConfigFileName": "renovate.json",
|
"onboardingConfigFileName": "renovate.json",
|
||||||
"autodiscover": true,
|
"autodiscover": true,
|
||||||
"optimizeForDisabled": true,
|
"optimizeForDisabled": true,
|
||||||
|
"forkProcessing": "disabled",
|
||||||
|
"dryRun": null,
|
||||||
|
"binarySource": "install",
|
||||||
};
|
};
|
||||||
23
renovate.json
Normal file
23
renovate.json
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": ["gitea/renovate-config"],
|
||||||
|
"dependencyDashboard": true,
|
||||||
|
"enabledManagers": [
|
||||||
|
"github-actions"
|
||||||
|
],
|
||||||
|
"automerge": true,
|
||||||
|
"ignoreTests": true,
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"description": "use fix scope for renovate updates",
|
||||||
|
"matchPackageNames": ["renovatebot/renovate"],
|
||||||
|
"semanticCommitType": "fix"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Automerge renovate updates",
|
||||||
|
"matchPackageNames": ["renovatebot/renovate"],
|
||||||
|
"matchUpdateTypes": ["minor", "patch", "digest"],
|
||||||
|
"automerge": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user