diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..de18624 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @Exeloo @bill-h4rper diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..05d0987 --- /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 3fccf9f..d771bce 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'