From 36b03455803c0dbc70f68bd46e96e5577c3ef6a6 Mon Sep 17 00:00:00 2001 From: Seth Westphal Date: Sun, 16 Jun 2024 10:55:33 -0500 Subject: [PATCH] Update lints. Add dependabot. --- .github/dependabot.yml | 11 +++++++++++ pubspec.yaml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..8702968 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "pub" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily" diff --git a/pubspec.yaml b/pubspec.yaml index de88b3d..0434919 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,7 +18,7 @@ platforms: windows: dev_dependencies: - lints: ^3.0.0 + lints: ^4.0.0 test: ^1.16.0 topics: