[PECL-CVS] [pecl-networking-gearman] master: Merge pull request #65 from esabol/add-dependabot

[email protected] (Rasmus Lerdorf via GitHub) Fri, 10 Apr 2026 09:48:45 +0000
Newsgroups php.pecl.cvs
Message-ID <[email protected]>
Author: Rasmus Lerdorf (rlerdorf)
Committer: GitHub (web-flow)
Pusher: rlerdorf
Date: 2026-04-10T10:48:40+01:00

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

Merge pull request #65 from esabol/add-dependabot

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"