diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..f89e915 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @dlcs/protagonist-developers \ No newline at end of file diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..9e92f12 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + + - package-ecosystem: "nuget" + directory: "/" + schedule: + interval: "weekly" + + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "weekly" \ No newline at end of file diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..4a1ab53 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,40 @@ +## What does this change? + + + +## Database Migration + + + +## Infrastructure Changes + + + +## Configuration Changes + + \ No newline at end of file