Skip to content

Commit

Permalink
Merge pull request #107 from guysalt/change-dependabot-configuration
Browse files Browse the repository at this point in the history
dependabot.yml: remove configuration of `/docs`
  • Loading branch information
guysalt authored May 7, 2024
2 parents 3c32158 + 75a1383 commit 8769a6d
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,14 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/" # Location of package manifests
directory: "/"
schedule:
interval: daily
interval: "weekly"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
interval: "weekly"
- package-ecosystem: pip
directory: "/.github/workflows"
schedule:
interval: daily
- package-ecosystem: pip
directory: "/docs"
schedule:
interval: daily
interval: "weekly"

0 comments on commit 8769a6d

Please sign in to comment.