From 977952b84bf9fbbed4c0e80f77833bfb9e91c7a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:12:54 +0200 Subject: [PATCH] chore(deps): bump agilepathway/label-checker from 1.6.55 to 1.6.56 (#472) * chore(deps): bump agilepathway/label-checker from 1.6.55 to 1.6.56 Bumps [agilepathway/label-checker](https://github.com/agilepathway/label-checker) from 1.6.55 to 1.6.56. - [Release notes](https://github.com/agilepathway/label-checker/releases) - [Commits](https://github.com/agilepathway/label-checker/compare/v1.6.55...v1.6.56) --- updated-dependencies: - dependency-name: agilepathway/label-checker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * change dependabot policy --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ndr_brt --- .github/dependabot.yml | 6 ++---- .github/workflows/scan-pull-request.yaml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7f186d01..e6d303dc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,12 +10,10 @@ updates: - "dependencies" - "github_actions" - # maintain dependencies for Gradle - - package-ecosystem: "gradle" # checks build.gradle(.kts) and settings.gradle(.kts) + - package-ecosystem: "gradle" directory: "/" schedule: - interval: "daily" - open-pull-requests-limit: 5 + interval: "weekly" labels: - "dependencies" - "java" diff --git a/.github/workflows/scan-pull-request.yaml b/.github/workflows/scan-pull-request.yaml index fc851c49..e511c960 100644 --- a/.github/workflows/scan-pull-request.yaml +++ b/.github/workflows/scan-pull-request.yaml @@ -38,7 +38,7 @@ jobs: continue-on-error: false steps: - uses: actions/checkout@v4 - - uses: agilepathway/label-checker@v1.6.55 + - uses: agilepathway/label-checker@v1.6.56 with: any_of: api,bug,build,dependencies,documentation,enhancement,no-changelog,refactoring repo_token: ${{ secrets.GITHUB_TOKEN }}