derlin / rickroller

RickRoll your friends like a pro! Just enter a webpage URL and let the magic happen. Every click on the page will send you to the one and only Rick Astley's iconic hit.

Home Page:https://tinyurl.eu.aldryn.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add dependabot integration

S0obi opened this issue · comments

Hey @derlin, thanks for this repo!

I feel like the cherry on the cake of this Github Action workflow will be the usage of Dependabot to upgrade project dependencies automatically.

Here is an example I found online for poetry:

version: 2
updates:
  - package-ecosystem: "pip"
    directory: "/"
    schedule:
      interval: "weekly"

Reference : Configuration options for the dependabot.yml file