https://github.com/insarlab/MintPy
Tip revision: cc23ae9d0e2d44391fccc54178f1b8ad1faf2ce9 authored by dependabot[bot] on 11 September 2023, 11:27:35 UTC
build(deps): bump actions/checkout from 3 to 4 (#1088)
build(deps): bump actions/checkout from 3 to 4 (#1088)
Tip revision: cc23ae9
dependabot.yml
# 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: "github-actions" # see doc for possible values
directory: "/" # location of package manifests
schedule:
interval: "weekly"
ignore:
# ignore patch updates for all dependencies
- dependency-name: "*"
update-types: ["version-update:semver-patch"]