icns

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

dependabot.yml (346B)


      1 version: 2
      2 updates:
      3   - package-ecosystem: "gomod"
      4     directories:
      5       - "/"
      6       - "/cmd/preview"
      7       - "/cmd/shell-extension"
      8     schedule:
      9       interval: "weekly"
     10     groups:
     11       golang-x:
     12         patterns:
     13           - "golang.org/x/*"
     14   - package-ecosystem: "github-actions"
     15     directory: "/"
     16     schedule:
     17       interval: "weekly"