Skip to content

Bump dset from 3.1.3 to 3.1.4 #19

Bump dset from 3.1.3 to 3.1.4

Bump dset from 3.1.3 to 3.1.4 #19

Workflow file for this run

version: 2
updates:
# Enable version updates for npm
- package-ecosystem: "yarn"
# Look for `package.json` and `lock` files in the `root` directory
directory: "/"
# Check the npm registry for updates every day (weekdays)
schedule:
interval: "daily"
# Enable version updates for Docker
- package-ecosystem: "npm"
# Look for a `Dockerfile` in the `root` directory
directory: "/"
# Check for updates once a week
schedule:
interval: "weekly"