diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..305e288 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @Exeloo diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..d778644 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +--- +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + labels: + - "dependencies" + - package-ecosystem: npm + directory: "/" + schedule: + interval: "weekly" + labels: + - "dependencies" diff --git a/.github/labels.yml b/.github/labels.yml index c5fc88e..365e90b 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -14,6 +14,10 @@ description: "Changes to our CI configuration files and scripts" color: "721cdb" +- name: "dependencies" + description: "Update of dependencies" + color: "6f38c2" + - name: "documentation" description: "Improvements or additions to documentation" color: "0075ca"