Compare commits
4 Commits
7fc2bc5cfd
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| a9d867320c | |||
| 5fc530e27e | |||
| 250ce74e10 | |||
| b5ac64fba5 |
@@ -12,7 +12,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
container: git.fossy.my.id/renovate-clanker/renovate:latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
|
||||
- run: renovate
|
||||
env:
|
||||
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/renovate-config.js
|
||||
|
||||
@@ -5,6 +5,7 @@ module.exports = {
|
||||
"onboardingConfigFileName": "renovate.json",
|
||||
"autodiscover": true,
|
||||
"optimizeForDisabled": true,
|
||||
"commitStatus": false,
|
||||
"prCreation": "immediate",
|
||||
"forkProcessing": "disabled",
|
||||
"dryRun": null,
|
||||
"binarySource": "install",
|
||||
};
|
||||
@@ -1,4 +1,23 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["helpers:pinGitHubActionDigests"]
|
||||
"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