Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Russell Bryant <[email protected]>
  • Loading branch information
russellb committed Apr 3, 2024
1 parent 0599c35 commit 4339ce9
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,22 @@

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

Check failure on line 8 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / ansible

yaml[indentation]

Wrong indentation: expected at least 1
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "npm"
directory: "/bot"
schedule:
interval: "weekly"

- package-ecosystem: "gomod"
directory: "/worker"
schedule:
interval: "weekly"

- package-ecosystem: "gomod"
directory: "/gobot"
schedule:
interval: "weekly"

0 comments on commit 4339ce9

Please sign in to comment.