From 5467498faead2867ad1cea9d50a0d06bfaa8f679 Mon Sep 17 00:00:00 2001 From: thestreamcode Date: Sun, 21 Jun 2026 20:18:34 +0200 Subject: [PATCH] chore: add Dependabot config and CITATION metadata --- .github/dependabot.yml | 11 +++++++++++ CITATION.cff | 8 ++++++++ 2 files changed, 19 insertions(+) create mode 100644 .github/dependabot.yml create mode 100644 CITATION.cff diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..029e094 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: composer + directory: / + schedule: + interval: weekly + open-pull-requests-limit: 5 + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..d750b65 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,8 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +title: "Mikesoft TeamVault" +authors: + - family-names: Gasperini + given-names: Michael +url: "https://github.com/TheStreamCode/mikesoft-teamvault" +license: GPL-2.0