diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..c5aa275 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,17 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + day: "tuesday" + time: "09:00" + timezone: "Europe/Berlin" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: "tuesday" + time: "09:00" + timezone: "Europe/Berlin" + diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..0856e8a --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @dash0hq/instrumentation