aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Hoerr <kjhoerr@protonmail.com>2022-12-29 18:10:20 -0500
committerKevin J Hoerr <kjhoerr@protonmail.com>2025-08-18 11:51:02 -0400
commit7a07f60fb01d1aa6bf64ce3a2d2d26ac8c55622e (patch)
treef833d6d775509fc2582d786f453331c316a179fb
parentfdf36c0af83db4fa015794e9827ccce0aa8b5a5e (diff)
downloadpantry-7a07f60fb01d1aa6bf64ce3a2d2d26ac8c55622e.tar.gz
pantry-7a07f60fb01d1aa6bf64ce3a2d2d26ac8c55622e.tar.bz2
pantry-7a07f60fb01d1aa6bf64ce3a2d2d26ac8c55622e.zip
Create dependabot.yml
-rw-r--r--.github/dependabot.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..d149586
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,15 @@
+# To get started with Dependabot version updates, you'll need to specify which
+# package ecosystems to update and where the package manifests are located.
+# Please see the documentation for all configuration options:
+# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
+
+version: 2
+updates:
+ - package-ecosystem: "npm" # See documentation for possible values
+ directory: "/" # Location of package manifests
+ schedule:
+ interval: "weekly"
+ - package-ecosystem: "maven" # See documentation for possible values
+ directory: "/" # Location of package manifests
+ schedule:
+ interval: "weekly"