1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-21 21:52:10 +02:00

Merge pull request #364 from ruspl-afed/363

Employ dependabot for CDT repository #363
This commit is contained in:
Alexander Fedorov 2023-04-13 17:59:02 +03:00 committed by GitHub
commit 8fa6307edf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,13 @@
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: maven
directory: /
schedule:
interval: daily
commit-message:
prefix: fix
prefix-development: chore
include: scope
labels:
- dependencies