Skip to content

Commit

Permalink
ci: remove dependabot (#581)
Browse files Browse the repository at this point in the history
* ci: remove dependabot

* build(deps): cargo update
  • Loading branch information
Itsusinn authored Sep 5, 2024
1 parent 4f644dd commit d1f0ee4
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 220 deletions.
11 changes: 0 additions & 11 deletions .github/dependabot.yaml

This file was deleted.

152 changes: 0 additions & 152 deletions .github/workflows/combine-prs.yaml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/dependabot.yaml

This file was deleted.

20 changes: 1 addition & 19 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,30 +1,14 @@
# Generated by Cargo
# will have compiled files and executables
debug/
target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
# Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

.idea/
.vscode/

.config/

venv/

# Ignore all bazel-* symlinks. There is no full list since this can change
# based on the name of the directory bazel is cloned into.
/bazel-*
# Ignore outputs generated during Bazel bootstrapping.
/output/
rust-project.json

# don't check in this real config
ignore*.yaml
Expand All @@ -34,8 +18,6 @@ Country.mmdb
ruleset/
geosite.dat

rust-project.json

# for NixOS direnv
.envrc
shell.nix
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d1f0ee4

Please sign in to comment.