Skip to content

Commit

Permalink
add renovate with devctl gen renovate instead (#158)
Browse files Browse the repository at this point in the history
* add renovate

* update PR Body
  • Loading branch information
vxav authored Oct 2, 2024
1 parent af002cf commit 5d19865
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/dependabot.yml

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Add Renovate to track new tags.

## [1.11.0] - 2024-08-12

### Changed
Expand Down
10 changes: 10 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"extends": [
// Base config - https://github.com/giantswarm/renovate-presets/blob/main/default.json5
"github>giantswarm/renovate-presets:default.json5",
],
"prBodyNotes": [
"Please do not merge directly",
"Follow update procedure in the [README](https://github.com/giantswarm/cloud-provider-vsphere-app?tab=readme-ov-file#how-to-update-the-charts-automatically)."
]
}

0 comments on commit 5d19865

Please sign in to comment.