Skip to content

Commit

Permalink
recovering renovate config (#1422)
Browse files Browse the repository at this point in the history
  • Loading branch information
napetrov authored Sep 3, 2023
1 parent f356e8d commit 439605c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
11 changes: 2 additions & 9 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,10 @@
},
"packageRules": [
{
"fileMatch": [
"(^|/)requirements-doc.txt$"
],
"groupName": "Doc packages",
"matchUpdateTypes": ["patch", "minor"],
"schedule": ["before 2am on monday"]
},
{
"ignorePaths": ["(^|/)requirements-doc.txt$"],
"groupName": null,
"schedule": "at any time"
"schedule": ["before 2am on monday"],
"matchFileNames": ["(^|/)requirements-doc.txt$"]
}
]
}
4 changes: 2 additions & 2 deletions .github/workflows/renovate-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- 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 439605c

Please sign in to comment.