From c7dde2bcd90f451760caf32483429063239408a0 Mon Sep 17 00:00:00 2001
From: deggja <danieldagfinrud@gmail.com>
Date: Tue, 17 Dec 2024 19:43:53 +0100
Subject: [PATCH] ci: add dependabot for actions and go

Signed-off-by: deggja <danieldagfinrud@gmail.com>
---
 .github/dependabot.yml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 .github/dependabot.yml

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..bc9094c
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,20 @@
+version: 2
+updates:
+  - package-ecosystem: "github-actions"
+    rebase-strategy: disabled
+    directory: "/"
+    schedule:
+      interval: "daily"
+    groups:
+      actions:
+        patterns: 
+          - '*'
+  - package-ecosystem: "gomod"
+    rebase-strategy: "disabled"
+    directory: "/"
+    schedule:
+      interval: "daily"
+    groups:
+      go:
+        patterns: 
+          - '*'