Skip to content

Commit

Permalink
fix: YAML linter
Browse files Browse the repository at this point in the history
  • Loading branch information
glasswalk3r committed Apr 3, 2024
1 parent 28f5e32 commit f5e25f0
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
@@ -1,11 +1,7 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

---
version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: pip # See documentation for possible values
directory: / # Location of package manifests
schedule:
interval: "weekly"
interval: weekly

0 comments on commit f5e25f0

Please sign in to comment.