Skip to content

Commit

Permalink
🔧 (repo) [DSDK-274]: Add dependabot configuration file (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyuzhuang authored Jun 3, 2024
2 parents 0f797f0 + 3160112 commit b8fb57d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
labels:
- "github-actions"
- "dependencies"
reviewers:
- "LedgerHQ/live-devices"
# Maintain dependencies for pnpm
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
labels:
- "pnpm"
- "dependencies"
reviewers:
- "LedgerHQ/live-devices"
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

danger:
name: Run Danger check
if: ${{ !contains(github.ref_name, 'dependabot') }}
if: ${{ !contains(github.ref_name, 'dependencies') }}
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b8fb57d

Please sign in to comment.