summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorJulien Dessaux2023-06-19 00:05:58 +0200
committerJulien Dessaux2023-06-19 00:05:58 +0200
commit18ae275c5b071ed9e4cd1d407c08a7b8c1f526e3 (patch)
treeb056a349cfafd8c14dd5dbc7f0915d1a8a8a8283 /.github/dependabot.yml
parentImported and modified evcli's api client code (diff)
downloadterraform-provider-eventline-18ae275c5b071ed9e4cd1d407c08a7b8c1f526e3.tar.gz
terraform-provider-eventline-18ae275c5b071ed9e4cd1d407c08a7b8c1f526e3.tar.bz2
terraform-provider-eventline-18ae275c5b071ed9e4cd1d407c08a7b8c1f526e3.zip
Prepared everything for the first release
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..87fdf72
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,12 @@
+# See GitHub's documentation for more information on this file:
+# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ - package-ecosystem: "gomod"
+ directory: "/"
+ schedule:
+ interval: "daily"