Skip to content

Commit

Permalink
renovate: Move the file and disable
Browse files Browse the repository at this point in the history
This is using the same structure as microcluster to disable renovate
and to place the configuration inside of .github/

Signed-off-by: Julian Pelizäus <julian.pelizaeus@canonical.com>
  • Loading branch information
roosterfish committed Oct 14, 2024
1 parent 6d5f38f commit 2b7360f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
9 changes: 9 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"enabled": false,
"dependencyDashboard": false,
"extends": [
"config:recommended",
":disableDependencyDashboard"
]
}
7 changes: 0 additions & 7 deletions renovate.json

This file was deleted.

0 comments on commit 2b7360f

Please sign in to comment.