path_ratchet 0.3.2

Prevent path traversal attacks at type level
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
  - package-ecosystem: "cargo"
    directory: "/"
    allow:
      - dependency-type: "all"
    schedule:
      interval: "weekly"
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "monthly"