jpackage-maven-plugin icon indicating copy to clipboard operation
jpackage-maven-plugin copied to clipboard

add github dependabot to keep maven plugins and libraries up to date

Open sellersj opened this issue 1 year ago • 0 comments

This will help keep parts of the project up to date.

create a file .github/dependabot.yml

version: 2
updates:
- package-ecosystem: maven
  directory: "/"
  schedule:
    interval: daily
  open-pull-requests-limit: 10

https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates#enabling-dependabot-version-updates

sellersj avatar Dec 22 '23 01:12 sellersj