Merge pull request #17 from dafyddj/ci/renovate

ci(renovate): enable the `bundler` manager
This commit is contained in:
Dafydd Jones 2024-12-05 19:17:20 +00:00 committed by GitHub
commit 8482130a8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"enabledManagers": [
"bundler",
"github-actions",
"pre-commit",
],

View file

@ -2,6 +2,7 @@
"forkProcessing": "enabled",
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"enabledManagers": [
"bundler",
"github-actions",
"pre-commit"
],