Adding Ansible managers.
This commit is contained in:
+9
-1
@@ -32,7 +32,15 @@
|
|||||||
"- **Update Type:** {{updateType}}",
|
"- **Update Type:** {{updateType}}",
|
||||||
"- **Automerge:** {{#if isAutomerge}}✅ This update will be auto-merged once all checks pass{{else}}🛑 This update requires manual approval{{/if}}"
|
"- **Automerge:** {{#if isAutomerge}}✅ This update will be auto-merged once all checks pass{{else}}🛑 This update requires manual approval{{/if}}"
|
||||||
],
|
],
|
||||||
"enabledManagers": ["docker-compose", "github-actions"],
|
"enabledManagers": [
|
||||||
|
"docker-compose",
|
||||||
|
"github-actions",
|
||||||
|
"ansible",
|
||||||
|
"ansible-galaxy"
|
||||||
|
],
|
||||||
|
"ansible": {
|
||||||
|
"managerFilePatterns": ["/^(?!requirements\\.ya?ml$).*\\.ya?ml$/"]
|
||||||
|
},
|
||||||
"major": {
|
"major": {
|
||||||
"dependencyDashboardApproval": true
|
"dependencyDashboardApproval": true
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user