aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorPaulo Gomes <pjbgf@linux.com>2023-10-25 14:19:21 +0100
committerGitHub <noreply@github.com>2023-10-25 14:19:21 +0100
commit94671f8812af4bc35e2e161ea74b8ea06e7e2ed0 (patch)
tree29762d7e179c439cb20f905a0e9418299ccd451f /.github
parent72ce9961c676b73c9bdd0678b64af7b0a42253f8 (diff)
parent136f6cc58f8469e8d5dfd1efeb6b1524215da22d (diff)
downloadgo-git-94671f8812af4bc35e2e161ea74b8ea06e7e2ed0.tar.gz
Merge pull request #879 from pjbgf/create-dependabot-config
Add dependabot configuration file
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
new file mode 100644
index 0000000..6a7a66b
--- /dev/null
+++ b/.github/dependabot.yaml
@@ -0,0 +1,15 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
+ commit-message:
+ prefix: "build"
+
+ - package-ecosystem: "gomod"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ commit-message:
+ prefix: "build"