This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 3011ce18a5 feat(ci): unleash dependabot on our github actions (#26912)
3011ce18a5 is described below

commit 3011ce18a5e94f9d15f0c18ab2b58c993a3018d7
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Wed Jan 31 13:59:30 2024 -0800

    feat(ci): unleash dependabot on our github actions (#26912)
---
 .github/dependabot.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 74480b7b30..a166c85a6d 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -1,5 +1,11 @@
 version: 2
 updates:
+
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "monthly"
+
   - package-ecosystem: "npm"
     ignore:
       # not until  node >= 18.12.0

Reply via email to