aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-11-04 21:40:26 +0000
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-11-04 22:42:31 +0100
commite0e98cabe2b564c95645e4da38114f6848adea67 (patch)
treeddf3240e73065406fd468305a0fa5247c3df5859 /.github
parent71a729e50496bb6019994dac5f713e44c9929587 (diff)
downloadfeed2imap-go-e0e98cabe2b564c95645e4da38114f6848adea67.tar.gz
feed2imap-go-e0e98cabe2b564c95645e4da38114f6848adea67.tar.bz2
feed2imap-go-e0e98cabe2b564c95645e4da38114f6848adea67.zip
Create Dependabot config file
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..c8c96a8
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,16 @@
+version: 2
+updates:
+- package-ecosystem: github-actions
+ directory: "/"
+ schedule:
+ interval: weekly
+ day: friday
+ time: "04:00"
+ open-pull-requests-limit: 10
+- package-ecosystem: gomod
+ directory: "/"
+ schedule:
+ interval: weekly
+ day: friday
+ time: "04:00"
+ open-pull-requests-limit: 10