Update renovate.json5

This commit is contained in:
Joseph Hanson 2023-05-03 18:06:25 -05:00 committed by GitHub
parent b0526ea821
commit 1c0c5c1b65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,8 @@
"github>bjw-s/renovate-config:automerge-github-actions", "github>bjw-s/renovate-config:automerge-github-actions",
], ],
"platform": "github", "platform": "github",
"username": "jahanson-bot[bot]",
"gitAuthor": "jahanson-bot <132467671+jahanson-bot[bot]@users.noreply.github.com>"
"repositories": ["jahanson/vyos-config"], "repositories": ["jahanson/vyos-config"],
"regexManagers": [ "regexManagers": [
{ {
@ -33,4 +35,4 @@
separateMinorPatch: true, separateMinorPatch: true,
}, },
] ]
} }