Skip to content

Commit

Permalink
add codeowners and dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
anderssonw committed May 29, 2024
1 parent 738a80e commit a3cd4ec
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

* @kartverket/team-bygning
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: "gradle"
directory: "/"
schedule:
interval: daily

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily

- package-ecosystem: "docker"
directory: "/"
schedule:
interval: daily

0 comments on commit a3cd4ec

Please sign in to comment.