croessner / geoip-policyd

Policy server that checks IPs and blocks senders, if they come from different countries or if they come from too many different IP addresses
GNU General Public License v3.0
2 stars 0 forks source link

Feat: Add GitHub Actions for Dependabot and Unit Tests #17

Closed croessner closed 1 month ago

croessner commented 1 month ago

Created .github/dependabot.yml to automate dependency updates on a weekly schedule. Added .github/workflows/unit_tests.yaml to run unit tests for the features branch on push and pull request events. This setup ensures code quality and up-to-date dependencies.