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

ci: bump repository configuration from template-refs/tags/v2.3.1 #271

Merged
merged 2 commits into from
Sep 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 }}
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
Loading