Skip to content

Commit

Permalink
Add dependabot to pcap-release (#32)
Browse files Browse the repository at this point in the history
* feat(ci): add dependabot bumps for dependencies

* fix(ci): Remove dependabot entry for acceptance tests
They will be added with #29
  • Loading branch information
peanball committed Jun 23, 2023
1 parent 126662c commit f7ec913
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2
updates:
- package-ecosystem: pip
directory: /ci/scripts
schedule:
interval: weekly
day: "monday"
time: "09:00"
timezone: "Europe/Berlin"
- package-ecosystem: gomod
directory: /src/pcap
schedule:
interval: weekly
day: "monday"
time: "09:00"
timezone: "Europe/Berlin"

0 comments on commit f7ec913

Please sign in to comment.