A simple BlueSky profile labeler that can be ran on Cloudflare Workers github.com/SocksTheWolf/SimpleBSkyLabeler
cf bsky profile label bluesky cloudflare workers
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

add dependabot

+15
+15
.github/dependabot.yml
··· 1 + version: 2 2 + updates: 3 + # node updates 4 + - package-ecosystem: "npm" 5 + directory: "/" 6 + schedule: 7 + interval: "weekly" 8 + cooldown: 9 + default-days: 7 10 + semver-major-days: 30 11 + semver-minor-days: 12 12 + semver-patch-days: 7 13 + open-pull-requests-limit: 2 14 + ignore: 15 + - dependency-name: 'wrangler'