Skip to content

Commit

Permalink
ran it thorough a YAML validator this time...
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed Nov 4, 2023
1 parent 6ae77bc commit 7759f0a
Showing 1 changed file with 18 additions and 19 deletions.
37 changes: 18 additions & 19 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,28 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2

updates:
- package-ecosystem: "cargo" # See documentation for possible values
directory: "/" # Location of package manifests

- package-ecosystem: cargo
directory: /
schedule:
interval: "weekly"
interval: weekly
assignees:
- "ozgurakgun"
- ozgurakgun
groups:
all:
patterns:
- "*"
- package-ecosystem: "gitsubmodule"
directory: "/"
- '*'

- package-ecosystem: gitsubmodule
directory: /
schedule:
interval: "weekly"
interval: weekly
assignees:
- "ozgurakgun"
- ozgurakgun

- package-ecosystem: "pip"
directory: "/tools/essence-feature-usage-stats/"
schedule:
interval: "weekly"
assignees:
- "ozgurakgun"

- package-ecosystem: pip
directory: /tools/essence-feature-usage-stats/
schedule:
interval: weekly
assignees:
- ozgurakgun

0 comments on commit 7759f0a

Please sign in to comment.