Skip to content

Commit

Permalink
chore: add dependabot, deploy to staging on push to develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
valosnah committed May 3, 2024
1 parent bd9aa89 commit 3af80b2
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
day: 'sunday'

# Maintain dependencies for npm
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'
day: 'sunday'

# Configuration for Dockerfile
- package-ecosystem: 'docker'
directory: 'apps/'
schedule:
interval: 'weekly'
day: 'sunday'
6 changes: 3 additions & 3 deletions .github/workflows/deploy-staging.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Deploy to staging

on:
pull_request:
types: [ready_for_review, opened, reopened, synchronize]
push:
branches:
- main
- develop
workflow_dispatch:

jobs:
test:
Expand Down

0 comments on commit 3af80b2

Please sign in to comment.