Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leonardofaria/bento.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-04-30 00:50:24 +0300
committerGitHub <noreply@github.com>2021-04-30 00:50:24 +0300
commitbffab35c22a91baec3aedcb89f6468a4cb9672ac (patch)
treef1bda8dd43a437e8af061ad681c260a5abe861dd
parentbb6c33bb8532d14fa709f24b0548d30c7fed7bef (diff)
Upgrade to GitHub-native Dependabotdependabot/add-v2-config-file
-rw-r--r--.github/dependabot.yml28
1 files changed, 28 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..e4ee5f3
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,28 @@
+version: 2
+updates:
+- package-ecosystem: npm
+ directory: "/"
+ schedule:
+ interval: weekly
+ time: "13:00"
+ open-pull-requests-limit: 10
+ reviewers:
+ - leonardofaria
+ ignore:
+ - dependency-name: tailwindcss
+ versions:
+ - 2.0.3
+ - 2.0.4
+ - 2.1.1
+ - dependency-name: postcss
+ versions:
+ - 8.2.10
+ - 8.2.5
+ - 8.2.6
+ - 8.2.7
+ - 8.2.8
+ - 8.2.9
+ - dependency-name: autoprefixer
+ versions:
+ - 10.2.3
+ - 10.2.4