Skip to content

Commit

Permalink
Merge pull request #42 from ozgurakgun/dependabot-syntax
Browse files Browse the repository at this point in the history
ran it thorough a YAML validator this time...
  • Loading branch information
ozgurakgun authored Nov 4, 2023
2 parents 6ae77bc + d868337 commit e02549b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 20 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
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Code Coverage (Deploy)"
on:
workflow_run:
workflows: [code-coverage]
workflows: ["Code Coverage (Generate)"]
types:
- completed

Expand Down

0 comments on commit e02549b

Please sign in to comment.