This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository terminology.

View the commit online.

commit 645c84ab2655d551068483be73790d046ffcabf7
Author: Boris Faure <[email protected]>
AuthorDate: Mon Aug 24 22:54:12 2026 +0200

    ci: let dependabot watch the workflow actions
---
 .github/dependabot.yml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 00000000..e0c33b81
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,17 @@
+version: 2
+
+updates:
+  # Only the workflows have dependencies Dependabot understands. The build
+  # takes EFL from the distribution and snapcraft is not an ecosystem it
+  # supports, so there is nothing else here for it to watch.
+  - package-ecosystem: github-actions
+    directory: /
+    schedule:
+      interval: weekly
+    # None of these move fast enough to be worth a pull request each.
+    groups:
+      actions:
+        patterns:
+          - "*"
+    commit-message:
+      prefix: ci

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to