Skip to content

Commit

Permalink
Fix cleanup branches dat branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayali M authored and Sayali M committed Jun 26, 2023
1 parent e8eb891 commit 7a569b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ updates:
open-pull-requests-limit: 50
schedule:
interval: "daily"
ignore:
- dependency-name: "actions/delete-package-versions"
update-types: ["version-update:semver-major"]
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-branch-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
version: "${{ github.event.ref }}-SNAPSHOT"

- uses: actions/delete-package-versions@v4
- uses: actions/delete-package-versions@v3
if: ${{ steps.version.outputs.ids != '' }}
with:
# The number of latest versions to keep.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-master-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
packages_to_delete: [org.liquibase.liquibase-core, org.liquibase.liquibase-extension-testing, org.liquibase.liquibase-integration-tests, org.liquibase.liquibase-maven-plugin, org.liquibase.liquibase-cdi-jakarta, org.liquibase.liquibase-cdi]
steps:
- uses: actions/delete-package-versions@v4
- uses: actions/delete-package-versions@v3
with:
# Name of the package.
# Defaults to an empty string.
Expand Down

0 comments on commit 7a569b9

Please sign in to comment.