summaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
blob: 45874a732ca350f914b918c2064fd1aaa90e7a3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
# Until bug below is sorted we will not allow dependabot to run by itself
# https://github.com/dependabot/dependabot-core/issues/369
version: 2
updates:
  - package-ecosystem: pip
    directory: /
    schedule:
      day: sunday
      interval: weekly
    labels:
      - dependabot-deps-updates
      - skip-changelog
    versioning-strategy: lockfile-only
    open-pull-requests-limit: 0 # neutered
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: weekly
    open-pull-requests-limit: 3
    labels:
      - "dependencies"
      - "skip-changelog"