Skip to content

Commit

Permalink
Merge pull request #160 from hazendaz/master
Browse files Browse the repository at this point in the history
Drop dependabot, add renovate (running from my fork), update actions jdk versions
  • Loading branch information
hazendaz authored Jan 16, 2023
2 parents b3f7ceb + da75f60 commit 549695f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 13 deletions.
12 changes: 0 additions & 12 deletions .github/dependabot.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
java: [11, 17, 18, 19-ea]
java: [11, 17, 19, 20-ea]
distribution: ['zulu']
fail-fast: false
max-parallel: 4
Expand Down
1 change: 1 addition & 0 deletions .mvn/maven.config
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-Daether.checksums.algorithms=SHA-512,SHA-256,SHA-1,MD5
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
}

0 comments on commit 549695f

Please sign in to comment.