Compare commits
4 Commits
e010dcf657
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| e94c36ef0e | |||
| 7eb4f878be | |||
| 3d86491984 | |||
| 33d002a43d |
@@ -5,7 +5,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
schedule: # runs this workflow at the scheduled time (uses UTC, adjust for your timezone)
|
schedule: # runs this workflow at the scheduled time (uses UTC, adjust for your timezone)
|
||||||
- cron: "0 12 * * *"
|
- cron: "@daily"
|
||||||
push: # runs this workflow when pushes to the main branch are made
|
push: # runs this workflow when pushes to the main branch are made
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|||||||
@@ -3,10 +3,6 @@ module.exports = {
|
|||||||
endpoint: 'https://gitea.crescentec.ch/api/v1',
|
endpoint: 'https://gitea.crescentec.ch/api/v1',
|
||||||
gitAuthor: "Renovate Bot <renovate_bot@email.com>",
|
gitAuthor: "Renovate Bot <renovate_bot@email.com>",
|
||||||
autodiscover: true,
|
autodiscover: true,
|
||||||
onboardingConfig: {
|
onboardingConfigFileName: "renovate.json",
|
||||||
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
|
|
||||||
extends: ['config:recommended'],
|
|
||||||
},
|
|
||||||
optimizeForDisabled: true,
|
optimizeForDisabled: true,
|
||||||
persistRepoData: true,
|
|
||||||
};
|
};
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:recommended"
|
"config:recommended",
|
||||||
|
":disableDependencyDashboard"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user