๐Ÿ“ฆ JohanLorenzo / test-github-actions

๐Ÿ“„ dependabot.yml ยท 16 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16---
version: 2
updates:
  - package-ecosystem: "docker"
    directory: "docker/python-ansible"
    schedule:
      interval: "daily"
  - package-ecosystem: "docker"
    directory: "docker/python-tox"
    schedule:
      interval: "daily"
  - package-ecosystem: "github-actions"
    directory: "/"  # See https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#directory
    schedule:
      interval: "daily"