Browse Source

feat: add Dependabot configuration

pull/47/head
Sébastien DEU 1 year ago
parent
commit
21f11c6c27
No known key found for this signature in database GPG Key ID: 54B100C849A5097A
  1. 14
      .github/dependabot.yml

14
.github/dependabot.yml

@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: maven
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
Loading…
Cancel
Save