Skip to content

Commit

Permalink
Migrate config .github/renovate.json5 (#75)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 19, 2024
1 parent b376b72 commit e988556
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>canonical/data-platform//renovate_presets/charm.json5"],
"reviewers": ["dragomirp", "welpaolo"],
"packageRules": [
// Later rules override earlier rules
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
'github>canonical/data-platform//renovate_presets/charm.json5',
],
"regexManagers": [
]
reviewers: [
'dragomirp',
'welpaolo',
],
packageRules: [],
customManagers: [],
}

0 comments on commit e988556

Please sign in to comment.