Skip to content

Commit

Permalink
Merge branch 'master' into feat/docker_test
Browse files Browse the repository at this point in the history
  • Loading branch information
ibigbug committed Mar 26, 2024
2 parents cdd1875 + 91b337b commit d5ef72f
Show file tree
Hide file tree
Showing 20 changed files with 1,612 additions and 490 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1
uses: dependabot/fetch-metadata@v2
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Approve a PR
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,13 @@ venv/

# don't check in this real config
ignore*.yaml
config.yaml
cache.db
Country.mmdb
ruleset/

rust-project.json

# for NixOS direnv
.envrc
shell.nix
Loading

0 comments on commit d5ef72f

Please sign in to comment.