summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorSinan Mohd <sinan@sinanmohd.com>2024-06-28 17:55:19 +0530
committerGitHub <noreply@github.com>2024-06-28 17:55:19 +0530
commitf93d74d857bdb006fbd4d6691b058985dd2e6e51 (patch)
treeb1333dcb2a0f84fe71e6be6cbcb4cb948fd4e5a6 /.github/dependabot.yml
parent52c3389547e821c481213f755f912f4021d01536 (diff)
parent424cc0634ecbb6cdf7cd5ea6c615b82c47dfb34b (diff)
Merge pull request #3 from SomeoneSerge/gha
github actions: init
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..5ace460
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"