summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/.github/dependabot.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluent-bit/.github/dependabot.yml')
-rw-r--r--src/fluent-bit/.github/dependabot.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/fluent-bit/.github/dependabot.yml b/src/fluent-bit/.github/dependabot.yml
new file mode 100644
index 000000000..dc6a2c388
--- /dev/null
+++ b/src/fluent-bit/.github/dependabot.yml
@@ -0,0 +1,9 @@
+version: 2
+updates:
+ # Maintain dependencies for GitHub Actions
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ commit-message:
+ prefix: "workflows: " \ No newline at end of file