Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependabot spring group #135

Merged
merged 1 commit into from
Sep 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .dx/tasks/solution/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
clean
test
--define prefs={{ prefs }}
{% if test_failure_ignore is defined %}
--define maven.test.failure.ignore={{ test_failure_ignore }}
{% endif %}
{% if reminder is defined %}
--define bezmen.sharding.reminder={{ reminder }}
{% endif %}
Expand Down
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ updates:
open-pull-requests-limit: 10
schedule:
interval: "daily"
groups:
spring:
patterns:
- "org.springframework.*"
- package-ecosystem: "maven"
directory: "/apps"
schedule:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/solution-beyond-doubt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,13 @@ jobs:
tools: python java docker
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/[email protected]
continue-on-error: true # it's ok because solution compilation can be skipped
continue-on-error: true # it's ok because stack building can be skipped
with:
name: solution-${{ matrix.usage }}-${{ matrix.prefs }}
path: solutions/target/context
- run: >
ansible-playbook stacks.yml -t test
-e image_repo=${{ env.IMAGE_REPO }}
-e test_failure_ignore=true
-e usage=${{ matrix.usage }}
-e prefs=${{ matrix.prefs }}
-e reminder=${{ matrix.shard }}
Expand Down Expand Up @@ -145,7 +144,7 @@ jobs:
tools: python docker
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/[email protected]
continue-on-error: true # it's ok because solution compilation can be skipped
continue-on-error: true # it's ok because stack building can be skipped
with:
name: solution-${{ matrix.usage }}-${{ matrix.prefs }}
path: solutions/target/context
Expand Down