Skip to content

Commit

Permalink
Merge pull request #308 from tv2/SOF-1802/set-up-dependabot-config
Browse files Browse the repository at this point in the history
SOF-1802: Configure Dependabot to look for updates in Yarn and GitHub Actions weekly and target 'develop' instead of 'master'.
  • Loading branch information
KvelaGorrrrnio authored Apr 8, 2024
2 parents a2c10b5 + 3bbfec8 commit 1954599
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2
updates:
- package-ecosystem: 'npm'
target-branch: 'develop'
directory: '/'
schedule:
interval: 'weekly'

- package-ecosystem: 'github-actions'
target-branch: 'develop'
directory: '/'
schedule:
interval: 'weekly'

0 comments on commit 1954599

Please sign in to comment.