Skip to content

Commit

Permalink
Do not ignore renovate update under examples (#387)
Browse files Browse the repository at this point in the history
* Do not ignore renovate update under examples
* Ignore replaced self dependency
  • Loading branch information
at-wat authored Aug 16, 2022
1 parent b65dabf commit 0b7dc25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,9 @@
"automerge": true
}
],
"ignorePaths": [],
"ignoreDeps": [
"github.com/seqsense/aws-iot-device-sdk-go/v6"
],
"timezone": "Asia/Tokyo"
}

0 comments on commit 0b7dc25

Please sign in to comment.