Skip to content

Commit

Permalink
repository setup (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tawmu authored Nov 25, 2024
1 parent cd7cce7 commit 73bb610
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* @NHSLeadership/developers
/.github/ @NHSLeadership/devops
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2
updates:
# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/"
target-branch: "develop"
schedule:
interval: "daily"
labels:
- "npm"
- "dependencies"
# Maintain dependencies for Composer
- package-ecosystem: "composer"
directory: "/"
target-branch: "develop"
schedule:
interval: "daily"
labels:
- "php"
- "dependencies"

0 comments on commit 73bb610

Please sign in to comment.