icns

Easily create .icns files (Mac Icons) with this Go library or the included CLI.
Log | Files | Refs | LICENSE

commit 3f9a69ca2d986cf0ae35ea41b6f4e99e693b9383
parent a97a4e0cb2785f6e63566ba1270caa48d56a3f49
Author: sitiom <sitiom@proton.me>
Date:   Fri,  3 Mar 2023 08:34:36 +0800

ci: add dependabot
Diffstat:
A.github/dependabot.yml | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"