diff options
author | Nikolaos Boutalas <nikolaos@boutalas.me> | 2023-08-08 14:57:30 +0300 |
---|---|---|
committer | Nikolaos Boutalas <nikolaos@boutalas.me> | 2023-08-08 15:02:47 +0300 |
commit | bb94bc3f36c3cd26fb57775663408ed804de2b8f (patch) | |
tree | 78d81ed3c0d7ae679a242c8580da52b2491db76d /.github/dependabot.yml | |
parent | 3e3ec9c41beecdf119ea8e80dd6da5e5ab7adbde (diff) |
Add Github workflows and dependabot integration
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r-- | .github/dependabot.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..618063e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: weekly + labels: + - "dependencies" + - "skip-changelog" |