Skip to content

Commit

Permalink
update renovate to json5 config
Browse files Browse the repository at this point in the history
  • Loading branch information
glitchcrab committed Jul 15, 2024
1 parent 01fd2c3 commit df05235
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 91 deletions.
37 changes: 0 additions & 37 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]

### Changed

- Update renovate to json5 config.

## [0.2.0] - 2024-03-04

### Added
Expand Down
54 changes: 0 additions & 54 deletions renovate.json

This file was deleted.

9 changes: 9 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": [
// Base config - https://github.com/giantswarm/renovate-presets/blob/main/default.json5
"github>giantswarm/renovate-presets:default.json5",
// Go specific config - https://github.com/giantswarm/renovate-presets/blob/main/lang-go.json5
"github>giantswarm/renovate-presets:lang-go.json5",
],,
"schedule": [ "after 6am on thursday" ]
}

0 comments on commit df05235

Please sign in to comment.