Skip to content

Commit

Permalink
Update dependabot config (#2851)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Dec 31, 2022
1 parent 25c95e9 commit e529c3b
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/dependabot.yml
@@ -1,33 +1,19 @@
---
# 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: /docs
directory: /.config/
schedule:
day: sunday
interval: weekly
labels:
- dependabot-deps-updates
- skip-changelog
versioning-strategy: lockfile-only
open-pull-requests-limit: 0 # neutered
- 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
interval: daily
labels:
- "dependencies"
- "skip-changelog"

0 comments on commit e529c3b

Please sign in to comment.