From d19afda2f4e9f7546ad6b35755a1fa9bca2e8bfc Mon Sep 17 00:00:00 2001 From: Pav A Date: Sat, 23 Oct 2021 18:19:57 +0100 Subject: [PATCH 1/2] Create dependabot.yml --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000000..57a40714e6cce --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +updates: +- package-ecosystem: pip + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + commit-message: + prefix: chore +- package-ecosystem: npm + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + commit-message: + prefix: chore From 424ca7f867f4feae22320f4943c8dcf96d11efe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Mar 2022 05:20:01 +0000 Subject: [PATCH 2/2] chore: bump pandas-dev-flaker from 0.2.0 to 0.5.0 Bumps [pandas-dev-flaker](https://github.com/pandas-dev/pandas-dev-flaker) from 0.2.0 to 0.5.0. - [Release notes](https://github.com/pandas-dev/pandas-dev-flaker/releases) - [Commits](https://github.com/pandas-dev/pandas-dev-flaker/compare/v0.2.0...v0.5.0) --- updated-dependencies: - dependency-name: pandas-dev-flaker dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 14b9ac8a9393e..fa6404a342561 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -80,7 +80,7 @@ tabulate>=0.8.3 natsort git+https://github.com/pydata/pydata-sphinx-theme.git@master numpydoc < 1.2 -pandas-dev-flaker==0.2.0 +pandas-dev-flaker==0.5.0 types-python-dateutil types-PyMySQL types-pytz