Skip to content

Commit

Permalink
config .github
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Mar 21, 2024
1 parent 2b336b0 commit b9c31a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ updates:
- package-ecosystem: maven
directory: "/"
schedule:
interval: monthly
interval: weekly
day: "friday"
open-pull-requests-limit: 20

- package-ecosystem: github-actions
directory: "/"
schedule:
interval: monthly
interval: weekly
day: "friday"
open-pull-requests-limit: 20
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ jobs:
restore-artifact-name1: "test-report-files"

publish-java-snapshot:
#if: ${{ false }} # disable for now
if: ${{ false }} # disable for now
#avoid publishing PRs and dependabot branches
if: ${{ github.event_name != 'pull_request' && !contains('/head/refs/dependabot/', github.ref) && !contains('/head/refs/dashgit/combined/', github.ref) }}
#if: ${{ github.event_name != 'pull_request' && !contains('/head/refs/dependabot/', github.ref) && !contains('/head/refs/dashgit/combined/', github.ref) }}
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit b9c31a3

Please sign in to comment.