diff --git a/.github/workflows/.ci-metadata.json b/.github/workflows/.ci-metadata.json index 8211081..4323830 100644 --- a/.github/workflows/.ci-metadata.json +++ b/.github/workflows/.ci-metadata.json @@ -1,3 +1,3 @@ { - "template-version": "v2.3.1" + "template-version": "v2.5.2" } diff --git a/.github/workflows/build-test-release.yml b/.github/workflows/build-test-release.yml index a188868..29838fd 100644 --- a/.github/workflows/build-test-release.yml +++ b/.github/workflows/build-test-release.yml @@ -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 }} diff --git a/package/default/app.conf b/package/default/app.conf index 47c7c33..1d5e34c 100644 --- a/package/default/app.conf +++ b/package/default/app.conf @@ -21,6 +21,7 @@ docs_section_override = AddOns:released [package] id = TA-cef-for-splunk +check_for_updates = true [id] diff --git a/renovate.json b/renovate.json index 9e5ea1c..ec547b1 100644 --- a/renovate.json +++ b/renovate.json @@ -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",