[READ-ONLY] Mirror of https://github.com/hacknug/tailwindcss-image-rendering. Image-rendering utilities for Tailwind CSS. www.npmjs.com/package/tailwindcss-image-rendering
0

Configure Feed

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

Merge pull request #48 from hacknug/dependabot/add-v2-config-file

Upgrade to GitHub-native Dependabot

authored by

Nestor Vera and committed by
GitHub
(Jun 19, 2021, 12:49 PM +0200) 5d74d158 84652466

+25
+25
.github/dependabot.yml
··· 1 + version: 2 2 + updates: 3 + - package-ecosystem: npm 4 + directory: "/" 5 + schedule: 6 + interval: daily 7 + time: "10:00" 8 + timezone: Europe/Madrid 9 + open-pull-requests-limit: 10 10 + ignore: 11 + - dependency-name: postcss 12 + versions: 13 + - 8.2.10 14 + - 8.2.12 15 + - 8.2.4 16 + - 8.2.5 17 + - 8.2.6 18 + - 8.2.7 19 + - 8.2.8 20 + - 8.2.9 21 + - dependency-name: tailwindcss 22 + versions: 23 + - 2.0.3 24 + - 2.0.4 25 + - 2.1.1