diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..f41c25e3 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + # Fetch and update latest `pub` packages + - package-ecosystem: pub + directory: '/' + schedule: + interval: daily + # Fetch and update latest `github-actions` pkgs + - package-ecosystem: github-actions + directory: '/' + schedule: + interval: daily