Skip to content

Commit

Permalink
chore: Further Renovate tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
alessfg committed Oct 15, 2024
1 parent c44cdb9 commit cab3c97
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
{
"matchPackageNames": ["*"],
"groupName": "Ansible collections"
},
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
},
Expand All @@ -30,6 +35,15 @@
{
"matchPackageNames": ["docker/**"],
"groupName": "Docker Actions"
},
{
"enabled": false,
"matchUpdateTypes": ["digest"]
},
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
},
Expand All @@ -39,6 +53,15 @@
{
"matchPackageNames": ["*"],
"groupName": "Python dependencies"
},
{
"matchPackageNames": ["ansible-core"],
"separateMinorPatch": true
},
{
"matchUpdateTypes": ["patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches: [main]
tags-ignore: ["**"]
merge_group:
schedule:
- cron: "0 0 1 * *"
workflow_dispatch:
Expand Down

0 comments on commit cab3c97

Please sign in to comment.