Maintain pom and fix sonatype url
This commit is contained in:
parent
b09a0f42e8
commit
b8828faddf
4 changed files with 20 additions and 20 deletions
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
|
@ -2,6 +2,7 @@ version: 2
|
|||
updates:
|
||||
- package-ecosystem: maven
|
||||
directory: /
|
||||
open-pull-requests-limit: 20
|
||||
schedule:
|
||||
interval: monthly
|
||||
day: monday
|
||||
|
@ -15,6 +16,7 @@ updates:
|
|||
update-types: [version-update:semver-major, version-update:semver-minor]
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
open-pull-requests-limit: 10
|
||||
schedule:
|
||||
interval: monthly
|
||||
day: monday
|
||||
|
|
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
|
@ -4,7 +4,6 @@ on:
|
|||
push:
|
||||
branches: [main]
|
||||
pull_request: {}
|
||||
schedule: [cron: 0 0 * * 1-5]
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue