Skip to content

Commit

Permalink
[DEVX-2447] Rollout new renovate process (#258)
Browse files Browse the repository at this point in the history
* [DEVX-2447] Rollout new renovate process

* Update templates.yaml

---------

Co-authored-by: Victor Pascual <[email protected]>
  • Loading branch information
r0binary and VictorPascualV authored May 24, 2024
1 parent f7453c7 commit 0e2ab82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json → .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"semanticCommitType": "fix",
"extends": [
"local>pleo-io/renovate-config"
"github>pleo-io/renovate-config:default.json5"
]
}
10 changes: 3 additions & 7 deletions .github/templates.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
version: v34.9.2
version: v34.10.1

files:
- .autorc.json
- .github/.kodiak.toml
- .github/workflows/build-and-test.yaml
- .github/workflows/codeql-analysis.yaml
- .github/workflows/pr-help.yaml
- .github/workflows/release.yaml
- .github/workflows/renovate_dependency_management.yaml
- .autorc.json
- .github/.kodiak.toml

values:
autoRelease: true
allowKodiakAutoMerge: true
defaultBranch: main
sendOpsLevelDeployNotifications: true
sendOpsLevelVulnerabilityCheck: true
deploymentEnabled: false
runWizCliDepsScan: false
renovateCronjobSchedule: '25 6 * * 1-5' # This is UTC -> At 07:25 CET / 08:25 CEST on every day-of-week from Monday through Friday.

0 comments on commit 0e2ab82

Please sign in to comment.