ci(renovate): enable the bundler manager

This commit is contained in:
Dafydd Jones 2024-12-05 19:14:15 +00:00
parent 00e9fbef33
commit e189b14424
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"
],