radius-project / dashboard

Frontend experience for Project Radius
13 stars 5 forks source link

chore: add dependabot configuration #58

Closed lechnerc77 closed 5 months ago

lechnerc77 commented 5 months ago

This PR adds the configuration for dependabot version updates comprising the folowing package ecosystems:

The dependabot is executed on a weekly schedule.

See also: https://github.com/radius-project/radius/pull/7307

rynowak commented 5 months ago

@lechnerc77 - can you run prettier on this? or update .prettierrc to exclude it. The build is complaing

lechnerc77 commented 5 months ago

@rynowak I executed prettier on the file, so should be fine now. I also added the grouping option that you introduced in the other PR.

rynowak commented 5 months ago

@rynowak I executed prettier on the file, so should be fine now. I also added the grouping option that you introduced in the other PR.

Thanks!