Compare commits
6 Commits
d09bd988bf
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| e94c36ef0e | |||
| 7eb4f878be | |||
| 3d86491984 | |||
| 33d002a43d | |||
| e010dcf657 | |||
| cc4f3568e9 |
@@ -5,7 +5,7 @@ on:
|
||||
branches:
|
||||
- main
|
||||
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
|
||||
branches:
|
||||
- main
|
||||
|
||||
@@ -3,10 +3,6 @@ module.exports = {
|
||||
endpoint: 'https://gitea.crescentec.ch/api/v1',
|
||||
gitAuthor: "Renovate Bot <renovate_bot@email.com>",
|
||||
autodiscover: true,
|
||||
onboardingConfig: {
|
||||
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
|
||||
extends: ['config:recommended'],
|
||||
},
|
||||
onboardingConfigFileName: "renovate.json",
|
||||
optimizeForDisabled: true,
|
||||
persistRepoData: true,
|
||||
};
|
||||
6
renovate.json
Normal file
6
renovate.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"extends": [
|
||||
"config:recommended",
|
||||
":disableDependencyDashboard"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user