Diff of /.github/dependabot.yml [000000] .. [ea0fd6]

Switch to unified view

a b/.github/dependabot.yml
1
version: 2
2
updates:
3
  # Maintain dependencies for GitHub Actions
4
  - package-ecosystem: "github-actions"
5
    # not needed if files are in the default location `.github/workflows`
6
    directory: "/"
7
    schedule:
8
      interval: "weekly"