chore: Configure Renovate (#199)

* Add renovate.json

* chore(renovate): schedule weekly

* chore(dependabot): remove it

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: sgoudham <sgoudham@gmail.com>
This commit is contained in:
renovate[bot] 2024-05-28 23:11:17 +01:00 committed by GitHub
parent 296adaf933
commit 96681f62fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 8 deletions

View file

@ -1,8 +0,0 @@
version: 2
updates:
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
commit-message:
prefix: "ci"

7
renovate.json Normal file
View file

@ -0,0 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"schedule:weekly"
]
}