Skip to content

Commit

Permalink
👷 Use Renovate for Ansible Galaxy roles (#1537)
Browse files Browse the repository at this point in the history
* 👷 Use Renovate for Ansible Galaxy roles

* this is fucking ridiculous
  • Loading branch information
retlehs authored Aug 11, 2024
1 parent 85b4e09 commit aece810
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"extends": ["config:base"],
"customManagers": [
{
"customType": "regex",
"fileMatch": ["^galaxy\\.ya?ml$"],
"matchStrings": [
"- name: (?<depName>[^\\n]+)\\n\\s+src: (?<packageName>[^\\n]+)\\n\\s+version: (?<currentValue>[^\\n]+)"
],
"datasourceTemplate": "galaxy",
"versioningTemplate": "loose"
}
],
"ansible-galaxy": {
"github-actions": {
"enabled": true
}
}

0 comments on commit aece810

Please sign in to comment.