[READ-ONLY] Mirror of https://github.com/hacknug/tailwindcss-plugin-utils. A bunch of utilities to help you create and maintain plugins for Tailwind. www.npmjs.com/package/@hacknug/tailwindcss-plugin-utils
0

Configure Feed

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

Upgrade to GitHub-native Dependabot

authored by

dependabot-preview[bot] and committed by
GitHub
(Apr 29, 2021, 3:16 PM UTC) ee0ed7d5 5ae4a92c

+45
+45
.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 + versioning-strategy: widen 11 + ignore: 12 + - dependency-name: postcss 13 + versions: 14 + - 8.2.10 15 + - 8.2.11 16 + - 8.2.12 17 + - 8.2.4 18 + - 8.2.5 19 + - 8.2.7 20 + - 8.2.9 21 + - dependency-name: eslint 22 + versions: 23 + - 7.18.0 24 + - 7.19.0 25 + - 7.20.0 26 + - 7.21.0 27 + - 7.22.0 28 + - 7.23.0 29 + - 7.24.0 30 + - dependency-name: release-it 31 + versions: 32 + - 13.1.2 33 + - 14.2.2 34 + - 14.3.0 35 + - 14.4.0 36 + - 14.4.1 37 + - 14.5.0 38 + - 14.5.1 39 + - 14.6.0 40 + - dependency-name: tailwindcss 41 + versions: 42 + - 2.0.3 43 + - 2.0.4 44 + - 2.1.0 45 + - 2.1.1