diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 21448193..7089e3e9 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -6,3 +6,5 @@ updates: directory: "/" schedule: interval: "monthly" + labels: + - "autosubmit" diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index bfd246e7..65610adf 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -1,4 +1,4 @@ -# Created with package:mono_repo v6.5.2 +# Created with package:mono_repo v6.5.3 name: Dart CI on: push: @@ -35,7 +35,7 @@ jobs: name: Checkout repository uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 - name: mono_repo self validate - run: dart pub global activate mono_repo 6.5.2 + run: dart pub global activate mono_repo 6.5.3 - name: mono_repo self validate run: dart pub global run mono_repo generate --validate job_002: diff --git a/tool/ci.sh b/tool/ci.sh index 13a8c56d..5ec97c7b 100755 --- a/tool/ci.sh +++ b/tool/ci.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Created with package:mono_repo v6.5.2 +# Created with package:mono_repo v6.5.3 # Support built in commands on windows out of the box. # When it is a flutter repo (check the pubspec.yaml for "sdk: flutter")