From e1023cd5e0b11d5d9ff7815301786d00986cab43 Mon Sep 17 00:00:00 2001
From: Piotr Roslaniec
Date: Mon, 29 Apr 2024 12:48:26 +0200
Subject: [PATCH] chore(ci): add dependabot.yml
---
.github/dependabot.yml | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 .github/dependabot.yml
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..2ffa1e7
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,12 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "monthly"
+ open-pull-requests-limit: 5
+ - package-ecosystem: "npm"
+ directory: "/"
+ schedule:
+ interval: "monthly"
+ open-pull-requests-limit: 5
\ No newline at end of file