This is an automated email from the ASF dual-hosted git repository.
delei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fesod.git
The following commit(s) were added to refs/heads/main by this push:
new 8d5f3990 Update dependabot configuration for GitHub Actions (#1022)
8d5f3990 is described below
commit 8d5f3990f1a5010b6df9e1090d2481c091735e87
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Aug 21 12:33:27 2026 +0100
Update dependabot configuration for GitHub Actions (#1022)
Removed ignore rules for major and minor updates in GitHub Actions.
---
.github/dependabot.yml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index dc08570a..05d673ab 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -35,9 +35,6 @@ updates:
directory: "/"
schedule:
interval: "daily"
- ignore:
- - dependency-name: "*"
- update-types: [ "version-update:semver-major",
"version-update:semver-minor" ]
labels:
- "dependencies"
- "github actions"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]