Skip to content

Commit

Permalink
renovate: Move the file and disable (#424)
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/`

Closes #279
  • Loading branch information
masnax authored Oct 16, 2024
2 parents 2d02099 + 2b7360f commit 4341fa7
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 4341fa7

Please sign in to comment.