murk-cli 0.10.1

Encrypted secrets manager for developers — one file, age encryption, git-friendly
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
version: 2
updates:
  - package-ecosystem: cargo
    directory: /
    schedule:
      interval: weekly
  - package-ecosystem: github-actions
    directory: /
    schedule:
      interval: weekly
    # codeql-action ships init/analyze as separate "dependencies"; bumping only
    # one leaves a version skew that breaks the CodeQL run. Group them so every
    # codeql-action step moves together in a single PR.
    groups:
      codeql-action:
        patterns:
          - "github/codeql-action*"