Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
ci: common template rollout changes (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
srv-rr-github-token committed Oct 1, 2023
1 parent b54921a commit 627a347
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/.ci-metadata.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"template-version": "v2.3.1"
"template-version": "v2.5.2"
}
2 changes: 1 addition & 1 deletion .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ permissions:
jobs:
call-workflow:
if: github.event.action != 'labeled' || github.actor != 'renovate[bot]'
uses: splunk/addonfactory-workflow-addon-release/.github/workflows/reusable-build-test-release.yml@v4.5
uses: splunk/addonfactory-workflow-addon-release/.github/workflows/reusable-build-test-release.yml@v4.6
secrets:
GH_TOKEN_ADMIN: ${{ secrets.GH_TOKEN_ADMIN }}
SEMGREP_PUBLISH_TOKEN: ${{ secrets.SEMGREP_PUBLISH_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions package/default/app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ docs_section_override = AddOns:released

[package]
id = TA-cef-for-splunk
check_for_updates = true


[id]
Expand Down
14 changes: 12 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,21 @@
":semanticCommitTypeAll(chore)",
":prHourlyLimit2"
],
"force": {
"packageRules": [
{
"description": "We support only Python 3.7.* for now, we don't need Python version updates",
"enabled": false,
"matchManagers": ["poetry"],
"matchPackageNames": ["python"]
}
]
},
"reviewers": ["team:products-gdi-addons-adminrepo"],
"schedule": ["every 2 weeks on Sunday"],
"schedule": ["before 4am on the first day of the month"],
"lockFileMaintenance": {
"enabled": true,
"schedule": ["every 2 weeks on Sunday"]
"schedule": ["before 4am on the first day of the month"]
},
"enabledManagers": ["poetry", "npm", "gradle"],
"rangeStrategy": "pin",
Expand Down

0 comments on commit 627a347

Please sign in to comment.