[PECL-CVS] [pecl-networking-gearman] master: Add Dependabot GitHub Actions workflow.

[email protected] (Ed Sabol) Fri, 10 Apr 2026 09:48:43 +0000
Newsgroups php.pecl.cvs
Message-ID <[email protected]>
Author: Ed Sabol (esabol)
Pusher: rlerdorf
Date: 2026-04-10T01:30:38-04:00

Commit: https://github.com/php/pecl-networking-gearman/commit/82855a4be746e3545a19d683af6c9c2688bb1338
Raw diff: https://github.com/php/pecl-networking-gearman/commit/82855a4be746e3545a19d683af6c9c2688bb1338.diff

Add Dependabot GitHub Actions workflow.

Changed paths:
  A  .github/dependabot.yml


Diff:

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..a8fcc5f
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,16 @@
+# Keep the GitHub Actions used in .github/workflows/* up to date
+# Reference: https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference
+version: 2
+updates:
+  - package-ecosystem: "github-actions"
+    directory: "/"                  # Root of the repository
+    schedule:
+      interval: "weekly"
+    open-pull-requests-limit: 5     # Prevent too many open PRs
+    labels:
+        - "dependencies"
+        - "github-actions"
+    # Group updates together (newer Dependabot feature)
+    groups:
+      actions:
+        dependency-type: "production"