diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..da7abc2f --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @cloudnode-pro/smp diff --git a/.github/dependabot.yml b/.github/dependabot.yaml similarity index 76% rename from .github/dependabot.yml rename to .github/dependabot.yaml index 6f5349ae..3589b060 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yaml @@ -6,9 +6,13 @@ updates: interval: weekly day: monday time: "06:00" + reviewers: + - cloudnode-pro/smp - package-ecosystem: github-actions directory: / schedule: interval: weekly day: monday time: "06:00" + reviewers: + - cloudnode-pro/smp diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yaml similarity index 100% rename from .github/workflows/codeql.yml rename to .github/workflows/codeql.yaml diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yaml similarity index 100% rename from .github/workflows/maven.yml rename to .github/workflows/maven.yaml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yaml similarity index 100% rename from .github/workflows/release.yml rename to .github/workflows/release.yaml