Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4 (#2493)
Browse files Browse the repository at this point in the history
* chore(deps): update actions/checkout action to v4

* Update renovate-validation.yml

* Update renovate.json

* Update renovate.json

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nikolay Petrov <nikolay.a.petrov@intel.com>
  • Loading branch information
renovate[bot] and napetrov authored Sep 7, 2023
1 parent 209723c commit b687bc5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
14 changes: 9 additions & 5 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,20 @@
"config:base",
":preserveSemverRanges"
],
"pip_requirements": {
"fileMatch": [
"(^|/)docs/requirements.txt$"
]
},
"packageRules": [
{
"fileMatch": [
"matchUpdateTypes": ["minor", "patch"],
"matchFileNames": [
"(^|/)docs/requirements.txt$"
],
"matchUpdateTypes": ["minor", "patch"],
"groupName": "Doc packages",
"schedule": ["before 2am on monday"],
"matchCurrentVersion": "!/^0/",
"automerge": true
"groupName": "Doc packages"
}
]
}
}
6 changes: 3 additions & 3 deletions .github/workflows/renovate-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: Validate
uses: rinchsan/renovate-config-validator@v0.0.12
uses: suzuki-shunsuke/github-action-renovate-config-validator@v0.1.2
with:
pattern: '*.json' # Regular expression for filename to validate, default to *.json
config_file_path: .github/renovate.json

0 comments on commit b687bc5

Please sign in to comment.