diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 77581c5a..5aa5c482 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ version: 2 updates: -# Files stored in repository root +# Files stored in repository builder - package-ecosystem: "maven" directory: "/builder" commit-message: @@ -13,6 +13,54 @@ updates: include: "scope" schedule: interval: "weekly" +# Files stored in repository super + - package-ecosystem: "maven" + directory: "/super" + commit-message: + prefix: chore + include: "scope" + schedule: + interval: "weekly" +# Files stored in repository core + - package-ecosystem: "maven" + directory: "/core" + commit-message: + prefix: chore + include: "scope" + schedule: + interval: "weekly" +# Files stored in repository ehconnector + - package-ecosystem: "maven" + directory: "/ehconnector" + commit-message: + prefix: chore + include: "scope" + schedule: + interval: "weekly" +# Files stored in repository viewer + - package-ecosystem: "maven" + directory: "/viewer" + commit-message: + prefix: chore + include: "scope" + schedule: + interval: "weekly" +# Files stored in repository datagenerator + - package-ecosystem: "maven" + directory: "/datagenerator" + commit-message: + prefix: chore + include: "scope" + schedule: + interval: "weekly" +# Files stored in repository distribution + - package-ecosystem: "maven" + directory: "/distribution" + commit-message: + prefix: chore + include: "scope" + schedule: + interval: "weekly" # Workflow files stored in the default location of `.github/workflows` - package-ecosystem: "github-actions" directory: "/" diff --git a/.github/workflows/pr-comment-artifact-url.yml b/.github/workflows/pr-comment-artifact-url.yml index c8194773..62c68ab4 100644 --- a/.github/workflows/pr-comment-artifact-url.yml +++ b/.github/workflows/pr-comment-artifact-url.yml @@ -17,6 +17,9 @@ jobs: steps: - uses: 8BitJonny/gh-get-current-pr@2.2.0 id: PR + with: + # Only return if PR is still open. (By default it returns PRs in any state.) + filterOutClosed: true - name: Get Artifact URL & PR Info if: steps.PR.outputs.pr_found == 'true' env: