Skip to content

Commit

Permalink
update actions (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxWaldorf authored Jan 3, 2025
1 parent 0f7ea00 commit 45457a1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 16 deletions.
16 changes: 4 additions & 12 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
target-branch: "dev"
target-branch: "main"
# Add reviewers
reviewers:
- "MaxWaldorf"
Expand All @@ -13,22 +13,14 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
target-branch: "dev"
reviewers:
- "MaxWaldorf"

- package-ecosystem: "npm" # See documentation for possible values
directory: "/portal" # Location of package manifests
schedule:
interval: "weekly"
target-branch: "dev"
target-branch: "main"
reviewers:
- "MaxWaldorf"

- package-ecosystem: "yarn" # See documentation for possible values
directory: "/portal" # Location of package manifests
directory: "/app" # Location of package manifests
schedule:
interval: "weekly"
target-branch: "dev"
target-branch: "main"
reviewers:
- "MaxWaldorf"
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Build Dev Docker Image
name: Build Testing Docker Image

# Controls when the workflow will run
on:
schedule:
- cron: '0 0 * * *'
push:
branches: [ dev ]
pull_request:
branches: [ dev ]
branches: [ main ]
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
Expand Down

0 comments on commit 45457a1

Please sign in to comment.