Skip to content

Commit

Permalink
Add config for renovate bot (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
CelineTrammi authored Nov 1, 2024
1 parent 57eef19 commit 17a5e3a
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>Altinn/renovate-config"
]
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"labels": [
"kind/dependencies"
],
"schedule": [
"before 7am on Monday",
"before 7am on Friday"
],
"packageRules": [
{
"matchFileNames": ["\\.bicep$"],
"enabled": false
}
]
}

0 comments on commit 17a5e3a

Please sign in to comment.