Skip to content

Commit

Permalink
Merge pull request #396 from bulwark-security/ignore-protobuf-packages
Browse files Browse the repository at this point in the history
Ignore protobuf directories
  • Loading branch information
sporkmonger authored Aug 9, 2024
2 parents d3259b1 + a88ff32 commit 89c0d73
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,19 @@ updates:
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "pip"
directory: "/crates/ext-processor/protobuf/protoc-gen-validate"
schedule:
interval: "monthly"
labels: []
ignore:
- dependency-name: "*"

- package-ecosystem: "gomod"
directory: "/crates/ext-processor/protobuf/protoc-gen-validate"
schedule:
interval: "monthly"
labels: []
ignore:
- dependency-name: "*"
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ isort==5.7.0
build==0.3.0
twine==3.3.0
wheel==0.38.1
setuptools==70.0.0
setuptools==65.5.1
protobuf==3.20.2
setuptools_scm[toml]>=6.2

0 comments on commit 89c0d73

Please sign in to comment.