Akman / jpackage-maven-plugin

The jpackage maven plugin lets you create a custom runtime image/installer with the jpackage tool introduced in Java 14.
https://akman.github.io/jpackage-maven-plugin
Apache License 2.0
47 stars 10 forks source link

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

Open sellersj opened 10 months ago

sellersj commented 10 months ago

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