From 8055b329cee4a569ac4a43fc8360de9d528fcd1a Mon Sep 17 00:00:00 2001 From: pseudoyu Date: Mon, 21 Apr 2025 10:39:23 +0800 Subject: [PATCH] chore(deps): enable security updates only in dependabot configuration (#761) --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d79637b2f..f3708a833 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,7 @@ updates: schedule: interval: weekly target-branch: main + security_updates_only: true ignore: - dependency-name: "github.com/ethereum/go-ethereum" - dependency-name: "github.com/rss3-network/protocol-go" @@ -13,8 +14,10 @@ updates: schedule: interval: weekly target-branch: main + security_updates_only: true - package-ecosystem: docker directory: / schedule: interval: weekly target-branch: main + security_updates_only: true