Skip to content

Commit

Permalink
Merge pull request #187 from Muska-Ami/dev-actions
Browse files Browse the repository at this point in the history
Merge new dependabot configuration
  • Loading branch information
Muska-Ami authored Sep 13, 2024
2 parents a8ceaf0 + 629f406 commit 5203fa4
Showing 1 changed file with 40 additions and 3 deletions.
43 changes: 40 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,55 @@

version: 2
updates:
- package-ecosystem: "pub" # See documentation for possible values
directory: "/nyalcf_gui" # Location of package manifests
# Inject
- package-ecosystem: "pub"
directory: "/nyalcf_inject"
schedule:
interval: "daily"
target-branch: "dev"

# Core
- package-ecosystem: "pub"
directory: "/nyalcf_core"
schedule:
interval: "daily"
target-branch: "dev"

# GUI
- package-ecosystem: "pub"
directory: "/nyalcf_gui"
schedule:
interval: "daily"
target-branch: "dev"
## UI
- package-ecosystem: "pub"
directory: "/nyalcf_gui/nyalcf_ui"
schedule:
interval: "daily"
target-branch: "dev"
## Core Extend
- package-ecosystem: "pub"
directory: "/nyalcf_gui/nyalcf_inject_extend"
schedule:
interval: "daily"
target-branch: "dev"
## Inject Extend
- package-ecosystem: "pub"
directory: "/nyalcf_gui/nyalcf_core_extend"
schedule:
interval: "daily"
target-branch: "dev"

# CLI
- package-ecosystem: "pub"
directory: "/nyalcf_cli"
schedule:
interval: "daily"
target-branch: "dev"

# ENV
- package-ecosystem: "pub"
directory: "/nyalcf_core"
directory: "/nyalcf_env"
schedule:
interval: "daily"
target-branch: "dev"

0 comments on commit 5203fa4

Please sign in to comment.