summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: cbfbb4baa48f64f4aab4f8d3ecd93205cd7adcf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
version: 2
updates:
  - package-ecosystem: github-actions
    directory: "/"
    schedule:
      interval: daily
    target-branch: main
  - package-ecosystem: npm
    directory: "/"
    schedule:
      interval: daily
    target-branch: main
  - package-ecosystem: pip
    directory: "/"
    schedule:
      interval: daily
    target-branch: main