Skip to content

Commit 8055b32

Browse files
committed
chore(deps): enable security updates only in dependabot configuration (#761)
1 parent 64585ce commit 8055b32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ updates:
55
schedule:
66
interval: weekly
77
target-branch: main
8+
security_updates_only: true
89
ignore:
910
- dependency-name: "github.com/ethereum/go-ethereum"
1011
- dependency-name: "github.com/rss3-network/protocol-go"
@@ -13,8 +14,10 @@ updates:
1314
schedule:
1415
interval: weekly
1516
target-branch: main
17+
security_updates_only: true
1618
- package-ecosystem: docker
1719
directory: /
1820
schedule:
1921
interval: weekly
2022
target-branch: main
23+
security_updates_only: true

0 commit comments

Comments
 (0)