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
Browse files Browse the repository at this point in the history
  • Loading branch information
srv-rr-github-token committed Aug 31, 2023
1 parent ff66a3e commit ab3b376
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 11 deletions.
Empty file added .appinspect_api.expect.yaml
Empty file.
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.0.0"
"template-version": "v2.3.1"
}
13 changes: 7 additions & 6 deletions .github/workflows/agreements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ on:
types: [created]
pull_request_target:
types: [opened, closed, synchronize]
permissions:
actions: read
contents: read
pull-requests: read
statuses: read

jobs:
call-workflow-agreements:
uses: splunk/addonfactory-github-workflows/.github/workflows/reusable-agreements.yaml@v1
uses: splunk/addonfactory-github-workflows/.github/workflows/reusable-agreements.yaml@v1.4
permissions:
actions: read
contents: read
pull-requests: write
statuses: read
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.PAT_CLATOOL }}
4 changes: 3 additions & 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.0
uses: splunk/addonfactory-workflow-addon-release/.github/workflows/reusable-build-test-release.yml@v4.5
secrets:
GH_TOKEN_ADMIN: ${{ secrets.GH_TOKEN_ADMIN }}
SEMGREP_PUBLISH_TOKEN: ${{ secrets.SEMGREP_PUBLISH_TOKEN }}
Expand All @@ -39,3 +39,5 @@ jobs:
SA_GH_USER_EMAIL: ${{ secrets.SA_GH_USER_EMAIL }}
SA_GPG_PRIVATE_KEY: ${{ secrets.SA_GPG_PRIVATE_KEY }}
SA_GPG_PASSPHRASE: ${{ secrets.SA_GPG_PASSPHRASE }}
SPL_COM_USER: ${{ secrets.SPL_COM_USER }}
SPL_COM_PASSWORD: ${{ secrets.SPL_COM_PASSWORD }}
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ repos:
- id: eslint
additional_dependencies:
- "@typescript-eslint/parser"
- "@typescript-eslint/eslint-plugin"
- "@typescript-eslint/eslint-plugin"
11 changes: 9 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@
"config:base",
"group:all",
":semanticCommitTypeAll(chore)",
"schedule:earlyMondays",
":disableDependencyDashboard"
":prHourlyLimit2"
],
"reviewers": ["team:products-gdi-addons-adminrepo"],
"schedule": ["every 2 weeks on Sunday"],
"lockFileMaintenance": {
"enabled": true,
"schedule": ["every 2 weeks on Sunday"]
},
"enabledManagers": ["poetry", "npm", "gradle"],
"rangeStrategy": "pin",
"prConcurrentLimit": 5,
"packageRules": [
{
"matchPackageNames": ["urllib3"],
Expand Down

0 comments on commit ab3b376

Please sign in to comment.