Skip to content

Commit

Permalink
chore(deps): bump agilepathway/label-checker from 1.6.55 to 1.6.56 (#472
Browse files Browse the repository at this point in the history
)

* 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](agilepathway/label-checker@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] <[email protected]>

* change dependabot policy

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ndr_brt <[email protected]>
  • Loading branch information
dependabot[bot] and ndr-brt authored Oct 15, 2024
1 parent 1bf83f9 commit 977952b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
continue-on-error: false
steps:
- uses: actions/checkout@v4
- uses: agilepathway/[email protected].55
- uses: agilepathway/[email protected].56
with:
any_of: api,bug,build,dependencies,documentation,enhancement,no-changelog,refactoring
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 977952b

Please sign in to comment.