Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,46 +21,100 @@ updates:
interval: "daily"

# Rust/Cargo - standalone crates
ignore:
# Estate policy standards#301 / docs/DEPENDABOT-POLICY.adoc:
# ignore semver-major bumps so they land via author-supplied PRs
# paired with call-site updates. Minor + patch flow normally.
- dependency-name: "*"
update-types: ["version-update:semver-major"]
- package-ecosystem: "cargo"
directory: "/czech-file-knife"
schedule:
interval: "daily"
ignore:
# Estate policy standards#301 / docs/DEPENDABOT-POLICY.adoc:
# ignore semver-major bumps so they land via author-supplied PRs
# paired with call-site updates. Minor + patch flow normally.
- dependency-name: "*"
update-types: ["version-update:semver-major"]

- package-ecosystem: "cargo"
directory: "/panoptes"
schedule:
interval: "daily"
ignore:
# Estate policy standards#301 / docs/DEPENDABOT-POLICY.adoc:
# ignore semver-major bumps so they land via author-supplied PRs
# paired with call-site updates. Minor + patch flow normally.
- dependency-name: "*"
update-types: ["version-update:semver-major"]

- package-ecosystem: "cargo"
directory: "/personal-sysadmin"
schedule:
interval: "daily"
ignore:
# Estate policy standards#301 / docs/DEPENDABOT-POLICY.adoc:
# ignore semver-major bumps so they land via author-supplied PRs
# paired with call-site updates. Minor + patch flow normally.
- dependency-name: "*"
update-types: ["version-update:semver-major"]

- package-ecosystem: "cargo"
directory: "/displace"
schedule:
interval: "daily"

# Elixir/Mix
ignore:
# Estate policy standards#301 / docs/DEPENDABOT-POLICY.adoc:
# ignore semver-major bumps so they land via author-supplied PRs
# paired with call-site updates. Minor + patch flow normally.
- dependency-name: "*"
update-types: ["version-update:semver-major"]
- package-ecosystem: "mix"
directory: "/"
schedule:
interval: "daily"

# Node.js/npm
ignore:
# Estate policy standards#301 / docs/DEPENDABOT-POLICY.adoc:
# ignore semver-major bumps so they land via author-supplied PRs
# paired with call-site updates. Minor + patch flow normally.
- dependency-name: "*"
update-types: ["version-update:semver-major"]
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"

# Python/pip
ignore:
# Estate policy standards#301 / docs/DEPENDABOT-POLICY.adoc:
# ignore semver-major bumps so they land via author-supplied PRs
# paired with call-site updates. Minor + patch flow normally.
- dependency-name: "*"
update-types: ["version-update:semver-major"]
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"

# Nix flakes
ignore:
# Estate policy standards#301 / docs/DEPENDABOT-POLICY.adoc:
# ignore semver-major bumps so they land via author-supplied PRs
# paired with call-site updates. Minor + patch flow normally.
- dependency-name: "*"
update-types: ["version-update:semver-major"]
- package-ecosystem: "nix"
directory: "/"
schedule:
interval: "daily"
ignore:
# Estate policy standards#301 / docs/DEPENDABOT-POLICY.adoc:
# ignore semver-major bumps so they land via author-supplied PRs
# paired with call-site updates. Minor + patch flow normally.
- dependency-name: "*"
update-types: ["version-update:semver-major"]
Loading