Skip to content

Commit

Permalink
chore: enable ci for develop, enable dependabot, add codeowners
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed May 13, 2024
1 parent f7f4e27 commit 6376bc3
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @nrkno/sofieteam
23 changes: 23 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
version: 2
updates:
# Enable version updates for npm
- package-ecosystem: 'npm'
# Look for `package.json` and `lock` files in the `root` directory
directory: '/'
# Check the npm registry for updates every day (weekdays)
schedule:
interval: 'daily'
# Only create security updates
open-pull-requests-limit: 0
# Default reviewers
reviewers:
- '@nrkno/sofieteam'

- package-ecosystem: 'github-actions'
# Workflow files stored in the
# default location of `.github/workflows`
directory: '/'
schedule:
interval: 'weekly'
reviewers:
- '@nrkno/sofie-ops'
1 change: 1 addition & 0 deletions .github/workflows/build-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- master
- develop
- 'release**'
tags:
- 'v**'
Expand Down

0 comments on commit 6376bc3

Please sign in to comment.