Skip to content

Commit

Permalink
Merge branch 'release50' into release51
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jun 25, 2024
2 parents d57812c + db19ee3 commit 1d433f3
Show file tree
Hide file tree
Showing 2 changed files with 16 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
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
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"
Expand Down

0 comments on commit 1d433f3

Please sign in to comment.