aboutsummaryrefslogtreecommitdiffstats
path: root/3rdparty/pybind11/.github/dependabot.yml
blob: c1eac3c4436d5bda5dc88546ac66c34291853eff (plain)
1
2
3
4
5
6
7
8
9
10
11
version: 2
updates:
  # Maintain dependencies for GitHub Actions
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "daily"
    ignore:
      # Offical actions have moving tags like v1
      # that are used, so they don't need updates here
      - dependency-name: "actions/*"