Skip to content

Commit d4b83fa

Browse files
chore(config): migrate renovate config (#251)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jonathan Zempel <[email protected]>
1 parent 9bf726b commit d4b83fa

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/renovate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"extends": ["config:base", "group:allNonMajor"],
3-
"rebaseStalePrs": true,
4-
"schedule": ["on Monday every 9 weeks of the year starting on the 7th week"],
2+
"extends": ["config:recommended", "group:allNonMajor"],
3+
"rebaseWhen": "behind-base-branch",
4+
"schedule": ["on Monday every 9 weeks of the year starting on the 3rd week"],
55
"postUpdateOptions": ["npmDedupe"]
66
}

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
# Garden Design Tokens [![npm version][npm version badge]][npm version link] [![Build Status][build status badge]][build status link] [![Dependency Status][dependency status badge]][dependency status link]<!-- markdownlint-disable -->
1+
# Garden Design Tokens [![npm version][npm version badge]][npm version link] [![Build Status][build status badge]][build status link]<!-- markdownlint-disable -->
22

33
<!-- markdownlint-enable -->
44

55
[npm version badge]: https://flat.badgen.net/npm/v/@zendeskgarden/tailwindcss
66
[npm version link]: https://www.npmjs.com/package/@zendeskgarden/tailwindcss
77
[build status badge]: https://flat.badgen.net/circleci/github/zendeskgarden/tailwindcss/main?label=build
88
[build status link]: https://circleci.com/gh/zendeskgarden/tailwindcss/tree/main
9-
[dependency status badge]: https://flat.badgen.net/david/dev/zendeskgarden/tailwindcss?label=dependencies
10-
[dependency status link]: https://david-dm.org/zendeskgarden/tailwindcss?type=dev
119

1210
> :seedling: Garden is the design system by Zendesk
1311
@@ -100,6 +98,6 @@ conduct](.github/CODE_OF_CONDUCT.md). Please participate accordingly.
10098

10199
## License
102100

103-
Copyright 2021 Zendesk
101+
Copyright 2025 Zendesk
104102

105103
Licensed under the [Apache License, Version 2.0](LICENSE.md)

0 commit comments

Comments
 (0)