Skip to content

Commit

Permalink
chore: Configure Renovate (#788)
Browse files Browse the repository at this point in the history
Co-Authored-By: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-Authored-By: Alessandro Fael Garcia <alessfg@hotmail.com>
  • Loading branch information
renovate[bot] and alessfg committed Oct 8, 2024
1 parent 866037f commit 76f7527
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/requirements/requirements_collections.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ collections:
version: 1.5.4
- name: community.general
version: 9.2.0
- name: community.crypto # Only required if you plan to install NGINX Plus
- name: community.crypto
version: 2.21.1
- name: community.docker # Only required if you plan to use Molecule
- name: community.docker
version: 3.11.0
45 changes: 45 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"labels": ["dependencies"],
"prConcurrentLimit": 0,
"prHourlyLimit": 0,
"schedule": ["* 0-7 * * 1"],
"ansible-galaxy": {
"fileMatch": ["(^|/)[\\w-]*requirements([_.]\\w+)?\\.ya?ml$"],
"packageRules": [
{
"matchPackageNames": ["*"],
"groupName": "Ansible collections"
}
]
},
"dockerfile": {
"ignorePaths": ["molecule/**/Dockerfile.j2"]
},
"github-actions": {
"labels": ["skip-changelog"],
"packageRules": [
{
"matchPackageNames": [
"actions/**",
"github/**"
],
"groupName": "GitHub Actions"
},
{
"matchPackageNames": ["docker/**"],
"groupName": "Docker Actions"
}
]
},
"pip_requirements": {
"fileMatch": ["(^|/)[\\w-]*requirements([_.]\\w+)?\\.(txt|pip)$"],
"packageRules": [
{
"matchPackageNames": ["*"],
"groupName": "Python dependencies"
}
]
}
}

0 comments on commit 76f7527

Please sign in to comment.