kereis / traefik-certs-dumper

Dumps Let's Encrypt certificates of a specified domain which Traefik stores in acme.json.
Apache License 2.0
129 stars 24 forks source link

Added: dependabot.yml #46

Closed GoliathLabs closed 3 years ago

GoliathLabs commented 3 years ago

Good day! I have added a proper dependabot.yml. Dependabot now takes care of gh-action and docker updates :)

kereis commented 3 years ago

Hey, thank you for your pull request. 👍 Is there any way how to test it or is it something we'll find out when time passes? I haven't really used dependabot before. :s

GoliathLabs commented 3 years ago

It will create pull requests with the changes suggested by dependabot. It will probably create some after this PR is merged and after that it will take care of monthly updates

kereis commented 3 years ago

Alright. Also, we should maybe add a .dockerignore file so files in .github are ignored when building Docker images.

GoliathLabs commented 3 years ago

Done. Thank you for pointing that out :)

GoliathLabs commented 3 years ago

Shall we merge it?

GoliathLabs commented 3 years ago

Commited the changes :)