diff options
author | Jörg Thalheim <joerg@thalheim.io> | 2021-02-24 14:09:22 +0100 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2021-05-04 16:00:00 +0000 |
commit | 424b062676f879e10efae625002d73d20aee26ba (patch) | |
tree | d89d11944d568b6279b58a5c96e910e5d94aee11 /.github/dependabot.yml | |
parent | ffeda392b109ee6231a5fc12a4b4a7076674dce5 (diff) |
add github action for autosync
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r-- | .github/dependabot.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..5ace4600a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" |